Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 438 Bytes

DEPLOYMENT.md

File metadata and controls

12 lines (10 loc) · 438 Bytes

Deployment

This web app will be deployed in a cloud service that is not defined yet.

Note: This will be redefined on further agreements with the client.

How to manually deploy the web application on localhost:3000:

  1. Install NodeJS.
  2. Download the repository.
  3. Add Firebase environment variables to .env file (described in README.md)
  4. Run "npm install"
  5. Run "npm run local" to run on localhost:3000
  6. Open Localhost:3000