This project uses Yarn
# Clone repo
# install
yarn
# create a markdown file
echo '# Hello VuePress' > docs/some-topic/README.md
# start writing
yarn develop
# build to static files
yarn buildVuePress requires Node.js >= 8.6.
Create issues for all bugs and additions. Please include steps to reproduce for bugs and outline for additions.
- Create a feature branch from the default branch (
master) and merge back against that branch. - Verify that there are no lint errors via
yarn lintandyarn lint:fix - If adding a new feature:
- Add appropriate test coverage if applicable.
- If fixing bug:
- Provide a detailed description of the bug in the PR. Live demo preferred.
- Add appropriate test coverage if applicable.
Open an issue or let @dholloran-ample know.