Skip to content

ryanlarkin/Voice-Library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.8%
  • TypeScript 47.0%
  • HTML 5.2%