Make sure to setup a new project with a Firestore database.
cd backend/firebase && npm install
Make sure you are first in the firebase directory
firebase deploy
The video will cover how the different page types work for firebase.
To get started make sure to
cd frontent/nextjs-tailwind && npm install
Make sure to change the .env.local.template to .env.local and update the parameters from firebase.
To run the dev server (staying in the same directory)
npm run dev
firebase --open-sesame frameworkawareness
{
"hosting": {
"source": "."
}
}