Requirements: Node.js 16.8 or later
Install pnpm if you haven't already, for example using brew:
brew install pnpmDownload the dependencies:
pnpm installAdd environment variables:
cp .env.example .env.localAdd your Mapbox access token.
Then, run the development server:
pnpm devOpen http://localhost:3000 in your browser.