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

Clone this repo:
  1. c859d79 Remove security section from meta.json by Bertil Chapuis · 2 weeks ago main
  2. ee37569 Remove unused jekyll configuration from .asf.yaml by Bertil Chapuis · 2 weeks ago
  3. 0cbf7c6 Add security guidelines link to community section in meta.json by Bertil Chapuis · 2 weeks ago
  4. 2fd432e Add Maven artifacts section to release notes by Bertil Chapuis · 6 months ago
  5. abee0a2 Release Apache Baremaps 0.8.2 (incubating) by Bertil Chapuis · 6 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.