Skip to content
This repository has been archived by the owner on Dec 16, 2018. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 944 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 944 Bytes

Landing

Landing Page for the Illinois Founders Website

Build Status

Contributing

  • Install node.js from here
  • Install the Heroku Toolbelt from here

Start a development server:

$ npm install
$ foreman start

Connect to the development server at localhost:4000

Getting node and npm on Windows

  • Install node.js from here
  • Right click on "This PC" or "My Computer", go to Advanced System Settings and edit Environment Variables
  • Add this to your PATH: C:\Users\yourusername\AppData\Roaming\npm;C:\Program Files\nodejs
    • The first path might already be there, the second is neglected by the installer as of this time of writing
  • Close and open your terminals. Commands like npm and node should now work.