Team members portfolio page for SnapIT Solutions. (WIP)
The following topics will guide you through to setting up a dev env.
Prisma is used to add type definitions from our database. NextJS does SSR.
npm run setup
To actively test the frontend without connecting to a real database
npm run dev
To test WITH a database (you must setup postgres yourself)
npm run dev-db
Docker is also an option to test in production with a database (this doesn't require you to setup postgres)
npm run docker