/brevet-finder

A search interface to find a BRM (brevet randonneur Mondial)

Primary LanguageTypeScript

brm-search

A simple search for Brevet Randonneurs Mondiaux (BRM) events.

Installation

bun install

Export

Load the data from the BRM website and save it to a JSON file.

bun export

Import

Load the data from the JSON file and save it to Algolia.

bun import

Development

Run the website locally.

bun dev