Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 700 Bytes

File metadata and controls

19 lines (12 loc) · 700 Bytes

The Github page for Carleton Stay Late and Make Workspace

Development

Since JQuery is used to inject the pages togeter, the website must be accessed via an HTTPserver.

The simplest way to do such is by creating a simpler HTTP server in the root direction

Step 1: Go to root directory (i.e. cd git/carletonslam.github.io)

Step 2: Start Simple HTTP server

Python 2.7

python -m SimpleHTTPServer

Python 3

python -m http.serverr

Copyright and License

Copyright 2013-2015 Iron Summit Media Strategies, LLC. Code released under the Apache 2.0 license.