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:
1REACT_APP_FIREBASE_API_KEY=API_KEY
2REACT_APP_FIREBASE_AUTH_DOMAIN=AUTH_DOMAIN
3REACT_APP_FIREBASE_DATABASE_URL=DATABASE_URL
4REACT_APP_FIREBASE_PROJECT_ID=PROJECT_ID
5REACT_APP_FIREBASE_STORAGE_BUCKET=STORAGE_BUCKET
6REACT_APP_FIREBASE_MESSAGING_SENDER_ID=MESSAGING_SENDER_ID
7REACT_APP_FIREBASE_APP_ID=APP_ID
8REACT_APP_FIREBASE_MEASUREMENT_ID=MEASUREMENT_ID
- Install dependencies and start the project:
1$ yarn && yarn start # or "npm install && npm run start"