Public documentation for Routegy
Active development
⇒ make help
stack-build Build stack images
stack-build-no-cache Build stack images ignoring docker cache
stack-volume-clean Clean node_modules volume
stack-up Run stack from latest built images
stack-down Bring down running stack
stack-rm Remove any active running stack containers
stack-shell Run interactive shell in stack service image
stack-test Run all tests for the project
clean Clean local compiled state.
shell Run shell environment capable of managing dependencies.
help Print Makefile usage.
If you're working on theme modifications, it's easiest to just use yarn link so you can view modifications on refresh.
$ cd routegy-vuepress-theme
$ yarn link
$ cd ../routegy-docs
$ yarn link vuepress-theme-routegy
See LICENSE