lando.dev VuePress Website repo.
If you have a question or would like some community support we recommend you join us on Slack. Note that this is the Slack community for Lando but we are more than happy to help with this module as well!
If you'd like to report a bug or submit a feature request then please use the issue queue in this repo.
We try to log all changes big and small in both THE CHANGELOG and the release notes.
git clone https://github.com/lando/docs.git && cd docs
- Node.js version 18 or higher.
- Text Editor with Markdown syntax support.
- VSCode is recommended, along with the official Vue extension.
VitePress can be used on its own, or be installed into an existing project. In both cases, you can install it with:
# clone repo and install deps
git clone https://github.com/lando/website &&
\ cd website &&
\ npm install
# start dev server
npm run dev
# run lint
npm run lint
# build the static site
npm run build
# preview the static site
npm run preview
Made with contributors-img.