A website for browsing Ludum Dare games. Built with Lapis and MoonScript on the backend, Preact on the frontend.
- Update
data/events.moon, pull event ID from https://api.ldjam.com/vx/node/feed/9/parent/event - Update
comp_idinconfig.moonto latest numeric version to set default event - Run
moon cmd/refresh_events.moonto synchronizedata/events.moonwith database - Run
moon cmd/scrape_games.moonto refresh games for the default event (config.comp_id) - Note:
lapis buildwill bump the cache version and purge any cache pages, it should be run after scraping games
These actions should be run run in cron while new games are being submitted:
https://ludumdare.itch.io/admin/scrape_gameshttps://ludumdare.itch.io/admin/make_collections
