Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 333 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 333 Bytes

rokucommunity.github.io

The repository for https://rokucommunity.github.io

Developer guide

  1. Install the required npm packages:
    npm install
  2. run the start task to spin up a local server with livereload support
    npm run start
  3. Edit files and see the site reload in realtime.