A simple search for Brevet Randonneurs Mondiaux (BRM) events.
bun install --frozen-lockfile
Load the data from the BRM website and save it to a JSON file.
bun export
Load the data from the JSON file and save it to Algolia.
bun import
Run the website locally.
bun dev