Files
ACE3/docs
jonpas 9415d0fb03 Fix Events Framework documentation 3.1 section (#4266)
* Fix 3.1. section, Add dots after numbers, Update CBA doc with target _blank

* Fix closing points
2016-08-19 15:44:30 +02:00
..
2016-08-18 19:00:17 +02:00
2016-07-14 14:51:46 +02:00
2016-07-14 14:51:46 +02:00

http://ace3mod.com/

How to install Jekyll on your local machine:

  1. Install Ruby http://rubyinstaller.org/downloads/
  2. Install bundler gem: Open a CLI and run gem install bundler
  3. cd to the repo directory
  4. 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

  1. Install Node.js: https://nodejs.org/download/
  2. Open a CLI and cd to the src directory
  3. Run npm install
  4. Run grunt