Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 794 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 794 Bytes

Build Status

Please use lower-case filenames for images only!

Fork this repo and clone your fork

You may need to clear your browser cache if changes are still not visible, after TravisCI successfully built your commit. (maybe a "feature" of the serviceworker)

Fix tedious cache-clearing by manually unregistering the serviceworker.

sw_unregister

!! VuePress requires Node.js >= 8 !!

# move into book folder
cd book

# install
npm install

# start writing (hot reloading enabled)
npm run dev

# build static site
npm run build

Static build:

Output of /dist still needs to be served by a node webserver ¯_(ツ)_/¯