We serve to represent all students enrolled in Mechatronic Systems Engineering Program offered at SFU Surrey Campus. Pull requests and Commits are always welcome.
Link to live site: msess.ca
The website is hosted by GitHub Pages, which is free, however the domain name "msess.ca" is not free, and yearly payments must be made to keep ownership the domain name. The way to do that is explained here.
Originally written by anjan@momi.ca. Please email him if you have any questions. If you are a new VP services please read and understand all of the docs. Keep the docs updated as you fix things. Clarify and add things other VP Services may have missed. Documentation is very important and your work may be useless to a future VP Services if you do not document well. I have included notes in these guides on what you should do as soon as you are appointed as a VP services and what you should do when you are leaving the position.
- Installing jekyll (Documenting soon)
- Learn git workflow for this project
- DNS Maintainence/Why you shouldnt migrate
Install ruby and bundler. Change into the directory with this source.
To install dependancies run:
bundle
To serve the website, run:
bundle exec jekyll serve