Skip to content

lando/events

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