Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

AmericanRedCross/covid-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  • clone the git repository
  • use node version manager
    • nvm install 12.16.1 and nvm use
  • npm install to get all the node modules
  • adjust app variables in settings.js as needed for your deployment
  • use a tool like PM2 or Forever to keep the application up and running on your server even after a reboot, server downtime, etc.
  • pm2 start app.js or something like pm2 start app.js --name="covid-dashboard_3022" --interpreter=/home/ubuntu/.nvm/versions/node/v12.16.1/bin/node

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published