Skip to content

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

Notifications You must be signed in to change notification settings

apache/incubator-baremaps-site

Repository files navigation

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.