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

Clone this repo:
  1. f254975 Fix links to examples by Gabriel Luthier · 3 weeks ago main
  2. c859d79 Remove security section from meta.json by Bertil Chapuis · 9 weeks ago
  3. ee37569 Remove unused jekyll configuration from .asf.yaml by Bertil Chapuis · 10 weeks ago
  4. 0cbf7c6 Add security guidelines link to community section in meta.json by Bertil Chapuis · 10 weeks ago
  5. 2fd432e Add Maven artifacts section to release notes by Bertil Chapuis · 8 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.