- Please make sure yarn is installed on your system
- Please make sure you have a stable version of Node.js installed on your system (version 12, 14 or 16)
- clone the git repo and access the project folder (cd spata)
-
Add the .env file that was provided to you ( .../spata/.env)
-
Install the dependencies
$ yarn
- Generate the Prisma Client
$ yarn prisma generate
- Run the development server
$ yarn dev
Now you can open http://localhost:3000 in your browser to see the app.