The figma for this project can be found here
The project uses storybook for component testing and design system, if you are unfamiliar:
To start storybook locally:
npm run storybookTo build storybook:
npm run build-storybookTo install the application:
npm installTo start a local copy of the app on port 3000:
npm run devOpen http://localhost:3000 with your browser to see the result.
To run migrations:
npm run migrationsTo apply migrations to Neon Serverless Db
npm run apply-migrationsA production deployment is a complete build of the project, including the build of the static assets.
npm run buildTo run the production deployment:
npm run start