Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.03 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.03 KB

Backfeed.cc built with Harp.js

Getting Started

  1. Install Harp in your computer
$ sudo npm install -g harp
  1. Clone this repository
$ git clone [email protected]:Backfeed/Backfeed-Website.git
  1. Install dependencies
$ npm install && bower install
  1. Start Harp server from within the _harp directory
$ cd _harp && npm run server
  1. Visit http://localhost:9000/ in your browser.

Tip: Commas and quotes are important when writing JSON. Follow the same structure as the sample data to avoid syntax issues.

Publishing & Deploying

The Backfeed website is deployed to GitHub Pages. The only requirement is that the website's files will be stored at the root directory of the repository. To convert this to normalized HTML, JS and CSS, run npm run compile from within the _harp directory. A static website will be created in the root folder of this repository, which you can publish anywhere, even completely independently from Harp.

License

TBD