This repo powers the Lando events subsite.
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.
We try to log all changes big and small in both THE CHANGELOG and the release notes.
- 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
# 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
# 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
yarn release
Made with contributors-img.