Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 739 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 739 Bytes

AzerothCore Catalogue

Catalogue of AzerothCore

The development has been moved here.

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/catalogue/.

Any problems? Open a issue.