Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 434 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 434 Bytes

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.