/zulrahguide

Primary LanguageHTMLGNU Affero General Public License v3.0AGPL-3.0

Zulrah Guide Build Status

Based on http://zulrahguide.com, re-created for continued use and future updates.

Credit to JonTarg for the original ZulrahGuide.com website

Building

This site is currently built entirely from static files and requires no build process to be ready for browser display; simply pointing your browser at index.html or any of the other HTML pages will be the same as visiting the GitHub page for this project.

With that said, this project uses Yarn for development dependency versioning and within the CI script for test execution. Running said tests (for compliance against the project's EditorConfig, csslint, and eslint rules and validating the HTML) is as simple as installing said dependencies and running the bash script in the .travis directory.

yarn install
.travis/test.sh