mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 12:52:41 +00:00
* Fix 3.1. section, Add dots after numbers, Update CBA doc with target _blank * Fix closing points
How to install Jekyll on your local machine:
- Install Ruby http://rubyinstaller.org/downloads/
- Install bundler gem: Open a CLI and run
gem install bundler
cd
to the repo directory- Execute
bundle install
To run Jekyll:
bundle exec jekyll serve --future --incremental --config _config_dev.yml
Then navigate to http://localhost:4000
How to update the compiled Javascript and CSS files
- Install Node.js: https://nodejs.org/download/
- Open a CLI and
cd
to thesrc
directory - Run
npm install
- Run
grunt