It's nice to have you here! This project is the web app created by the PodCodar community, it's main objective is to teach good practices of development for our mentees.
- Install dependencies using library yarn whit command
yarn
. - Create a file
.env.local
in the root folder fill in the following fields
FIREBASE_APP_ID="***"
FIREBASE_API_KEY="***"
FIREBASE_PROJECT_ID="***"
FIREBASE_MESSAGING_ID="***"
FIREBASE_MEASUREMENT_ID="***"
-
After creating it, ask a team member for the real credentials.
-
now enter a command
yarn dev
your project will be running. -
to run de production build
yarn build && yarn start