This repository contains the sources of the Apache Baremaps Website.
First, run pnpm i
to install the dependencies.
Then, run pnpm dev
to start the development server and visit localhost:3000.
This project uses Prettier to format the code.
You can run pnpm format
or npm run format
to format the code.