landing

Archived landing Page for the Illinois Founders Website.

1
0
1
JavaScript
public
Archived

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.
v0.3.3[beta]