https://github.com/lando/events
Lando's Event Subsite
https://github.com/lando/events
lando website
Last synced: 8 months ago
JSON representation
Lando's Event Subsite
- Host: GitHub
- URL: https://github.com/lando/events
- Owner: lando
- License: gpl-3.0
- Created: 2021-11-01T16:16:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T22:43:06.000Z (10 months ago)
- Last Synced: 2025-05-09T19:21:54.997Z (8 months ago)
- Topics: lando, website
- Language: Vue
- Homepage: https://lando.dev/events
- Size: 1.13 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Lando Events
This repo powers the [Lando events subsite](https://lando.dev/events).
## 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/events/issues/new/choose) in this repo.
## Changelog
We try to log all changes big and small in both [THE CHANGELOG](https://github.com/lando/events/blob/main/CHANGELOG.md) and the [release notes](https://github.com/lando/events/releases).
## Development
* Requires [Node 14+](https://nodejs.org/dist/latest-v14.x/)
* Requires a [Google Maps API key](https://developers.google.com/maps/documentation/javascript/get-api-key)
* Note that the events data lives in `events.yaml` and you must relaunch the dev server or rebuild the app for changes to reflect.
* Prefers [Yarn](https://classic.yarnpkg.com/lang/en/docs/install)
* Alternatively you can also use Lando
```bash
git clone https://github.com/lando/blog.git && cd blog
```
### Using Node/Yarn
```bash
# Install deps
yarn | npm install
# Launch dev site
DEBUG="@lando/*" VITE_GMAPS_API_KEY=YOUR_GOOGLE_MAPS_API_KEY yarn dev
# Lint
yarn lint
# Build site
DEBUG="@lando/*" VITE_GMAPS_API_KEY=YOUR_GOOGLE_MAPS_API_KEY yarn build
```
### Using Lando
```bash
# Install deps
lando start
# Launch dev site
VITE_GMAPS_API_KEY=YOUR_GOOGLE_MAPS_API_KEY lando dev
# Lint
lando yarn lint
# Build site
VITE_GMAPS_API_KEY=YOUR_GOOGLE_MAPS_API_KEY lando yarn build
```
## Releasing
```bash
yarn release
```
## Contributors
Made with [contributors-img](https://contrib.rocks).
## Other Resources
* [Important advice](https://www.youtube.com/watch?v=WA4iX5D9Z64)