Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 402 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 402 Bytes

hugo-helper

hugo helper

Install

npm install -g u10/hugo-helper
hh

Build

git clone https://github.com/u10/hugo-helper.git

cd hugo-helper

npm install

npm run build

Development

git clone https://github.com/u10/hugo-helper.git

cd hugo-helper

npm install

npm run coffee

# start server
./bin/hh

# serve with hot reload at localhost:8080
npm run dev