Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 518 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (19 loc) · 518 Bytes

Contributing

If you plan to contribute back to this repo, please fork & open a PR.

How to run locally

  1. Clone this repo to wherever you want:
    git clone https://github.com/MrBartusek/GithubLive.git
  2. Go into the repo folder:
    cd GithubLive
  3. Install dependencies (Node.js and npm are required):
    npm install
  4. Run development server. It's going to watch source files, recompile on changes and refresh page in your browser:
    npm start