Skip to content

erictemponi/modules-catalogue

 
 

Repository files navigation

AzerothCore Catalogue

Catalogue of AzerothCore

How to install locally (development)

First of all install the ruby development environment using this guide.

After that install bundler using gem and run bundler install:

$ gem install bundler
$ bundle install

Well, now you can run locally the app using:

bundle exec jekyll serve

If everything succeds, you can visit your web app at http://127.0.0.1:4000/modules-catalogue/.

Any problems? Open a issue.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.6%
  • Ruby 18.4%
  • CSS 6.0%