Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 605 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 605 Bytes

HTN-2021

Initial Setup

  1. Ensure node and npm are installed
  2. npm install
  3. Install recommended VSCode plugins (if VSCode doesn't prompt you, find them in .vscode/extensions.json)

Initial Google Cloud Setup

  1. Install using these instructions: https://cloud.google.com/sdk/docs/quickstart
  2. Set $GOOGLE_APPLICATION_CREDENTIALS and run gcloud auth login and follow the instructions
  3. Set $DATABASE_URL to connect to the database
  4. gcloud config set project [Project ID]

Running locally

  1. npm start

Building and deploying

  1. npm run build
  2. npm run deploy