- Clone this repository using the following:
cd ~/dev
git clone https://github.com/hitarthdesai/capstone-project.git
cd capstone-project- Install nodenv
brew install nodenv
nodenv init- Install node (it will read the .node-version in our repo as source of truth)
nodenv install- Install dependencies
npm i- Get environment variables
We need DATABASE_URL and AUTH_RESEND_KEY variables to run log in to the app.
Ask Hitarth for them.