This website was launched with Next JS.
- Node: 20.14
- Next: 14.x
- React: 18
NODEMAILER_SERVICE=
NODEMAILER_PASS=
NODEMAILER_EMAIL=
BASE_URL=
To spin up the project locally, follow these steps:
- First clone the repo
- Then
cd YOUR_PROJECT_REPO
- Next
yarn && yarn dev
- Open
http://localhost:3000
That's it! Changes made in ./src
will be reflected in your app.