Skip to content

lando/events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed813c5 · Jan 14, 2025

History

71 Commits
Apr 27, 2023
Jan 14, 2025
Mar 29, 2022
Nov 1, 2021
Mar 25, 2022
Nov 1, 2021
Mar 25, 2022
May 5, 2022
Mar 25, 2022
Mar 25, 2022
Mar 25, 2022
Nov 1, 2021
Mar 25, 2022
Jan 14, 2025
Mar 25, 2022
Mar 25, 2022
Dec 7, 2022
Jan 14, 2025

Repository files navigation

Lando Events

This repo powers the Lando events subsite.

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

  • Requires Node 14+
  • Requires a Google Maps 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
  • Alternatively you can also use Lando
git clone https://github.com/lando/blog.git && cd blog

Using Node/Yarn

# 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

# 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

yarn release

Contributors

Made with contributors-img.

Other Resources