Skip to content

CarletonSLAM/carletonslam.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.