- Install global dependency
sudo npm install -g harpfrom [http://harpjs.com/](harp official site)- harp is a static web server with built-in preprocessing
- Install project dependencies
npm install
- Start web server
- Run
npm startusing harp
- Run
- Compile and pre-process static asset sources
- Run
npm run buildusing harp
- Run
- Update SEO sitemap
- Run
npm run sitemap
- Run