mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
586 B
586 B
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