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
- Host: GitHub
- URL: https://github.com/lando/website
- Owner: lando
- License: gpl-3.0
- Created: 2021-11-01T16:16:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T20:26:58.000Z (about 1 year ago)
- Last Synced: 2025-04-22T05:20:59.546Z (9 months ago)
- Topics: lando, website
- Language: Vue
- Homepage: https://lando.dev
- Size: 2.24 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Support: support/index.md
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)