An open API service indexing awesome lists of open source software.

https://github.com/lando/website

Lando's main website
https://github.com/lando/website

lando website

Last synced: 8 months ago
JSON representation

Lando's main website

Awesome Lists containing this project

README

          

# Lando Website

[lando.dev](https://lando.dev/) [VuePress](https://vuepress.vuejs.org/) Website repo.

## Issues, Questions and Support

If you have a question or would like some community support we recommend you [join us on Slack](https://launchpass.com/devwithlando). Note that this is the Slack community for [Lando](https://lando.dev) 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](https://github.com/lando/website/issues/new/choose) in this repo.

## Changelog

We try to log all changes big and small in both [THE CHANGELOG](https://github.com/lando/website/blob/main/CHANGELOG.md) and the [release notes](https://github.com/lando/website/releases).

* Requires [Node 14+](https://nodejs.org/dist/latest-v14.x/)
* Prefers [Yarn](https://classic.yarnpkg.com/lang/en/docs/install)
* Alternatively you can also use Lando

```bash
git clone https://github.com/lando/docs.git && cd docs
```

## Development

* [Node.js](https://nodejs.org/) version 18 or higher.
* Text Editor with [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax support.
* [VSCode](https://code.visualstudio.com/) is recommended, along with the [official Vue extension](https://marketplace.visualstudio.com/items?itemName=Vue.volar).

VitePress can be used on its own, or be installed into an existing project. In both cases, you can install it with:

```sh
# 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](https://contrib.rocks).

## Other Resources

* [Important advice](https://www.youtube.com/watch?v=WA4iX5D9Z64)