Apache Baremaps is a toolkit and a set of infrastructure components for creating, publishing, and operating online maps.

Clone this repo:
  1. 35e62d0 Add Trademarks (#48) by Calvin Kirs · 6 weeks ago main
  2. 2c8eb3c Add ASF related links by Calvin Kirs · 7 weeks ago
  3. 19f0df9 Add favicon by Bertil Chapuis · 8 weeks ago
  4. 3068793 Add maplibre extensions by Bertil Chapuis · 8 weeks ago
  5. b25048d Move map files in an assets directory by Bertil Chapuis · 8 weeks ago

Apache Baremaps Website

This repository contains the sources of the Apache Baremaps Website.

Local Development

First, run pnpm i to install the dependencies.

Then, run pnpm dev to start the development server and visit localhost:3000.

Formatting

This project uses Prettier to format the code.

You can run pnpm format or npm run format to format the code.