Bacon collector for CMSch Bacon app - collect locations from multiple devices and show them on a map.
yarn install- Create a .env.local based on .env.example.local and fill in the values.
- Pull .env from Vercel. For this, you will need to link your Vercel account to the project.
You can do this by running
vercel linkin the project directory. Then, you can pull the .env file by runningvercel env pull .env.localoryarn pull-env. This will create a .env.local file in the project directory.
yarn prisma generateor
yarn generateyarn prisma migrate devyarn devOpen http://localhost:3000 with your browser to see the result.