Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 415 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 415 Bytes

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.