/Montana-News-Archive

Primary LanguageTypeScriptISC LicenseISC

Montana News Archive

Getting Started

  1. Install NVM
  2. Install Node.js 4+
  3. Install NPM dependencies
  4. Start a webserver
nvm install 4 ; nvm alias default 4 # One-time thing to get the right Node.
cd path/to/project
npm install # The tests should pass, and the command shouldn't fail.
npm start # The server will come up on localhost:8080, and print a banner.