Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 765 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 765 Bytes

whichbpstovotefor

Running the application locally

  1. Install MongoDB (4.0 or higher) on your dev box

  2. Execute mongod to start the MongoDB daemon if it's not already running (read the installation instructions above if you are new to MongoDB or have issues running it)

  3. Run ng serve api to start API on testnet mode (development). For mainnet, run the same command with the addition of the --prod flag.

  4. Run ng serve to start the client on testnet mode (development). For mainnet, run the same command with the addition of the --prod flag.

Deploying

  1. Run npm run build to build the app for production.

  2. Start the application with npm run start.