Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 744 Bytes

File metadata and controls

28 lines (22 loc) · 744 Bytes

current-emotion

This is a web app that uses:

To generate a new auth token:

  • gcloud auth activate-service-account --key-file src/secret.json
  • gcloud auth print-access-token
  • copy the token this outputs into src/secret.json which is not saved in the Git repo

To run it:

  • open a terminal
  • cd to the project directory
  • cd server
  • npm install
  • npm start
  • open another terminal
  • cd to the project directory
  • npm install
  • npm start
  • browse localhost:3000