Use this template to easily spin up VuePress sites to use locally and on platform.sh.
This template has its own subtheme that extends the default VuePress theme.
TODO: Write about components and slots and all that fun stuff
You can easily get the site running locally.
TODO: Add link to start state spinups
# Start it up
cd template-vuepress
lando start
# Get a helpful list of all your lando commands
lando
# Watch site while writing codez
lando yarn dev
# Run the VueJS linter
lando lint
# Run the markdown linter
lando test