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

Clone this repo:
  1. 46d6c07 Add demonstration of dev mode by Bertil Chapuis · 7 days ago main
  2. efd452c Explain how to speed up build by sebr72 · 8 days ago
  3. d6fdaff Release Apache Baremaps 0.7.3 by Bertil Chapuis · 12 days ago
  4. 35e62d0 Add Trademarks (#48) by Calvin Kirs · 8 weeks ago
  5. 2c8eb3c Add ASF related links by Calvin Kirs · 9 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.