This project is an quick start project, or a template project by the way. Follow the steps above to configure your project.
- Create an account in firebase. Then create a project and follow the instructions.
- Create an account in sanity.io. Then create a new project. I'd suggest to create 2 datasets: 1 for development and 1 for production.
- Edit the
.env.examplefile with the right values .
Basic configured scripts to develop and deploy.
To start frontend in dev mode
yarn devTo build frontend
yarn buildTo start frontend in preview mode:
yarn startTo start backend in dev mode:
yarn sanity devTo build backend
yarn sanity buildTo start backend in preview mode
yarn sanity startTo deploy sanity
yarn sanity deployYou can view the project design in figma.