2 env variables are necessary to run the project:
NEXTAUTH_SECRET - secret for NextAuth
NEXTAUTH_URL - url of the project
Node >= 16 is required
- Clone the project
git clone [email protected]:dropy-project/dropy-website.git
- Install dependencies
npm i
- Run the project
npm run dev