/coord-pesquisa-ufal

Sistema para gerenciamento das coordenações de pesquisa da UFAL

Primary LanguageTypeScript

coord-pesquisa

Sistema para gerenciamento das coordenações de pesquisa da UFAL

HOW TO RUN

  • Create the firebase setup in a dot env file according the following example:
REACT_APP_FIREBASE_API_KEY=API_KEY
REACT_APP_FIREBASE_AUTH_DOMAIN=AUTH_DOMAIN
REACT_APP_FIREBASE_DATABASE_URL=DATABASE_URL
REACT_APP_FIREBASE_PROJECT_ID=PROJECT_ID
REACT_APP_FIREBASE_STORAGE_BUCKET=STORAGE_BUCKET
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=MESSAGING_SENDER_ID
REACT_APP_FIREBASE_APP_ID=APP_ID
REACT_APP_FIREBASE_MEASUREMENT_ID=MEASUREMENT_ID
  • Install dependencies and start the project:
$ yarn && yarn start # or "npm install && npm run start"