If you plan to contribute back to this repo, please fork & open a PR.
- Clone this repo to wherever you want:
git clone https://github.com/MrBartusek/GithubLive.git
- Go into the repo folder:
cd GithubLive
- Install dependencies (Node.js and npm are required):
npm install
- Run development server. It's going to watch source files, recompile on changes and refresh page in your browser:
npm start