- Install Harp in your computer
$ sudo npm install -g harp
- Clone this repository
$ git clone [email protected]:Backfeed/Backfeed-Website.git
- Install dependencies
$ npm install && bower install
- Start Harp server from within the
_harp
directory
$ cd _harp && npm run server
- 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.
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.
TBD