https://github.com/mgsx-dev/mgsx-dev.github.io
https://github.com/mgsx-dev/mgsx-dev.github.io
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgsx-dev/mgsx-dev.github.io
- Owner: mgsx-dev
- Created: 2014-08-30T19:25:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T14:52:50.000Z (over 1 year ago)
- Last Synced: 2025-03-30T22:27:31.379Z (about 1 year ago)
- Language: HTML
- Homepage: http://www.mgsx.net
- Size: 48.2 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Github pages for https://www.mgsx.net
# Install and Run locally
* install NodeJS (required by jekyll to have a javascript runtime for coffee script) : `sudo apt-get install nodejs npm`
* follow [Github instructions](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/) to have ruby and bundler installed
* install dependencies : `bundle install`
* run jekyll : `bundle exec jekyll serve --watch`
* open your favorite browser at http://127.0.0.1:4000/
Note : It's advised to keep your jekyll version up-to-date so `bundle update` before running.