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.example
file with the right values .
Basic configured scripts to develop and deploy.
To start frontend in dev mode
yarn dev
To build frontend
yarn build
To start frontend in preview mode:
yarn start
To start backend in dev mode:
yarn sanity dev
To build backend
yarn sanity build
To start backend in preview mode
yarn sanity start
To deploy sanity
yarn sanity deploy
You can view the project design in figma.