gokulkrishh / expense.fyi

Effortlessly track and manage expenses on-the-go with categorisation and logging.
https://expense.fyi
GNU Affero General Public License v3.0
649 stars 93 forks source link

Explain how to run `app.localhost:3000` #52

Closed perryraskin closed 1 year ago

perryraskin commented 1 year ago

I'm trying to run the app locally, but I'm not sure how to set up my local environment so that I'm able to sign in and use the app. It would be helpful to add this to the ReadMe I think :D

perryraskin commented 1 year ago

It would also be helpful to explain how to set up app.domain.com on Vercel. Usually, you set a production domain, but how can we set production to be both domain.com and also app.domain.com?

gokulkrishh commented 1 year ago

@perryraskin Vercel does have it in their docs. Have you check this out.

perryraskin commented 1 year ago

@gokulkrishh but what about running locally? I don't see an explanation on Vercel about locally setting this up

gokulkrishh commented 1 year ago

@perryraskin I followed some tutorials online to setup subdomain app.something. You can find the code in middleware.js file.