This project is meant to serve as a WIKI page source for PoracleJS.
It contains all the need Vue files to build a local version for Contributing reasons.
- Install NodeJS Recommended LTS version.
- Fork and Clone this project:
git clone https://github.com/KartulUdus/poracleWiki.git
- Install dependencies
npm install
- Run a dev environment:
npm run dev
Once done you can access your running build on localhost:7777
.
it will automatically watch for changes you make and build a fresh version.
Once you are happy with your changes, commit them to your fork and open a PR against original.
Many thanks