Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 664 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 664 Bytes

ScottyLabs Full-Stack Application Template

How to Run:

Populate .env. Then run

 yarn
 npx prisma db push
 yarn dev

If yarn doesn't work

For Windows: `npm install --global yarn`
For Mac:
 - Install brew: https://brew.sh/
 - Install yarn: `brew install yarn` in terminal

If you encounter linting errors when building the project, run

yarn lint -- --fix