Skip to content

SnapITSolutions/team-members

Repository files navigation

Team members portfolio page for SnapIT Solutions. (WIP)


Development

The following topics will guide you through to setting up a dev env.

Setup

Prisma is used to add type definitions from our database. NextJS does SSR.

npm run setup

Deployment

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

About

Team members portfolio page for SnapIT Solutions. (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published