/incubator-baremaps-site

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

Primary LanguageTypeScript

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.