This project is meant to serve as a WIKI page source for PoracleJS.
Have a look at the official GitHub Documentation about a local Jekyll environment
After Jekyll has been installed make sure to install the required packages. This can be accomplished by running bundle install
.
To run the server run bundle exec jekyll serve
and you can access the running instance on localhost:4000
. If you are running on WSL you will need to add the parameter --host <IP_OF_WSL>
.
And when you are happy with your changes, commit them to your fork and open a PR against original.
Many thanks