Skip to content

omorest/FixAdvisor-FrontEnd

Repository files navigation

FixAdvisor Frontend

  • Óscar Moreira Estévez

Requirements

  • 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="***********"

Commands

Install dependencies:

nmp install

Run in local:

nmp run dev

Build porject:

nmp run build

Run test:

nmp run test