Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 545 Bytes

File metadata and controls

46 lines (31 loc) · 545 Bytes

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