Skip to content

lando/website

Repository files navigation

Lando Website

lando.dev VuePress Website repo.

Issues, Questions and Support

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.

Changelog

We try to log all changes big and small in both THE CHANGELOG and the release notes.

  • Requires Node 14+
  • Prefers Yarn
  • Alternatively you can also use Lando
git clone https://github.com/lando/docs.git && cd docs

Development

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

Contributors

Made with contributors-img.

Other Resources