Not much to see here ¯\(ツ)/¯
This is the repo for the Wallop's documentation website.
If you're after wallop's documentation, check out wallop repo
This site is built with webpack and react.
It uses mdhtmljson to take a raw markdown file (in this case, I use the README.md from wallops's repo) and return HTML.
The reason for this, is so all the latest documentation is on the correct repo, and this just feeds off of it, making my life much easier.
npm install
npm run dev
Client available on: http://localhost:8080
npm run mdhtmljson
I am using ship to deploy the build to Github Pages. But because I want the URL to be peduarte.github.io**/wallop** rather than /wallop-site (and I don't want to buy a custom domain for it), I deploy the build to the gh-pages branch of the wallop repo. Refer to ship.example.conf
to see the configuration.