Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 965 Bytes

File metadata and controls

24 lines (16 loc) · 965 Bytes

logo

Introduction

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.

Links

Install

  • 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