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

Clone this repo:
  1. 348ee4a Fix broken links by Bertil Chapuis · 3 days ago main
  2. 74d1639 Remove basemap from developer manual by Bertil Chapuis · 4 days ago
  3. 4c0f759 Remove attribution-free and improve wording by Bertil Chapuis · 5 days ago
  4. 816c6b9 Fix wrong urls by yagagagaga · 4 weeks ago
  5. 46d6c07 Add demonstration of dev mode by Bertil Chapuis · 3 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.