- Óscar Moreira Estévez
- Node 14
- Firebase Account
File .env with the following content about firebase credentials:
VITE_API_KEY="***********"
VITE_AUTH_DOMAIN="***********"
VITE_PROJECT_ID="***********"
VITE_STORAGE_BUCKET="***********"
VITE_MESSAGING_SENDER_ID="***********"
VITE_APP_ID="***********"
Install dependencies:
nmp installRun in local:
nmp run devBuild porject:
nmp run buildRun test:
nmp run test