https://github.com/azerothcore/azerothcore.github.io
https://github.com/azerothcore/azerothcore.github.io
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/azerothcore/azerothcore.github.io
- Owner: azerothcore
- Created: 2016-06-30T13:27:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T22:32:50.000Z (about 2 years ago)
- Last Synced: 2024-04-13T21:53:26.611Z (about 2 years ago)
- Language: HTML
- Homepage: http://azerothcore.github.io/
- Size: 1.02 GB
- Stars: 4
- Watchers: 8
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#  [AzerothCore website](http://azerothcore.github.io)
This is the repository for the AzerothCore website: [www.azerothcore.org](http://azerothcore.github.io/)
You can improve the website by opening a PR here.
[Website contributors](https://github.com/azerothcore/azerothcore.github.io/graphs/contributors)
## Run this repo locally with docker (supports https by default, suggested)
1. Install [docker-compose](https://docs.docker.com/compose/install/)
2. Run `docker-compose up`
3. Now you can see your web app on [https://127.0.0.1:4000/](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
### Run this repo locally (development)
1. Clone this repo
2. Install the [ruby development environment](https://jekyllrb.com/docs/installation/) using [this guide](https://jekyllrb.com/docs/installation/).
3. Go to your project directory and run jekyll:
```
jekyll serve
```
4. Now you can see your web app on [http://127.0.0.1:4000/](http://127.0.0.1:4000/).
### How to update the catalogue
Go to "Actions" -> "Update Git-Catalogue" (or simply go [here](https://github.com/azerothcore/azerothcore.github.io/actions/workflows/update-catalogue.yml)) and run the workflow.