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

Clone this repo:
  1. 2fd432e Add Maven artifacts section to release notes by Bertil Chapuis · 4 months ago main
  2. abee0a2 Release Apache Baremaps 0.8.2 (incubating) by Bertil Chapuis · 4 months ago
  3. d4b61b4 Link instead of integrate the demo by Bertil Chapuis · 4 months ago
  4. 532cf37 Remove argument by yongjunhong · 4 months ago
  5. 82ce3d5 Update Maplibre to version 5 by yongjunhong · 5 months 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.