commit | 46d6c07eec32e8b033dcc06a43365ccf8ddc8125 | [log] [tgz] |
---|---|---|
author | Bertil Chapuis <bchapuis@gmail.com> | Thu May 02 00:41:50 2024 +0200 |
committer | Bertil Chapuis <bchapuis@gmail.com> | Thu May 02 00:51:25 2024 +0200 |
tree | 9b18c09f2d3243c370c6665deaec9ccb3947c167 | |
parent | efd452cebcd3ae36711790b8afc88873fb8f91ed [diff] |
Add demonstration of dev mode
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.