purdy / docs

Documentation Site for Lando

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lando Docs

This repo contains the documentation site for Lando.

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.

Development

git clone https://github.com/lando/docs.git && cd docs
yarn install

If you dont' want to install Node 14 or Yarn for whatever reason you can install Lando and use that:

git clone https://github.com/lando/docs.git && cd docs
# Install deps and get node
lando start

# Run commands
lando node
lando yarn

Testing

# Lint the code
yarn lint

Releasing

yarn release

Contributors

Made with contributors-img.

Other Resources

About

Documentation Site for Lando

License:GNU General Public License v3.0


Languages

Language:Vue 78.5%Language:JavaScript 13.7%Language:CSS 5.5%Language:Stylus 2.2%