Use mvnw instead of mvn
1 file changed
tree: fc448fff2a4f9b7e7cacc909d875f35fc0bfeef8
  1. .github/
  2. components/
  3. pages/
  4. public/
  5. .asf.yaml
  6. .gitignore
  7. CNAME
  8. next-env.d.ts
  9. next.config.js
  10. package-lock.json
  11. package.json
  12. pnpm-lock.yaml
  13. README.md
  14. release.md
  15. theme.config.tsx
  16. tsconfig.json
README.md

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.