This is the repository for the AzerothCore website: www.azerothcore.org
You can improve the website by opening a PR here.
-
Install docker-compose
-
Run
docker-compose up
-
Now you can see your web app on https://127.0.0.1:4000/.
NOTE: the certificate is autogenerated during the image build phase, it's self-signed with localhost so you have to whitelist it in your browser
-
Clone this repo
-
Install the ruby development environment using this guide.
-
Go to your project directory and run jekyll:
jekyll serve
- Now you can see your web app on http://127.0.0.1:4000/.
- Clone the repository azerothcore/git-catalogue repository
- run
npm install
andnpm run build
- take from
dist/build/
the*.js
files and move them intojavascripts/catalogue/
- take from
dist/build/
thestyle.css
file and move it intostylesheets/catalogue_style.css