Add maplibre RTL text plugin to improve text rendering. (#30)

1 file changed
tree: 6ce4ab7b532faecb92e2f43fbd2775623179c4d9
  1. .github/
  2. public/
  3. src/
  4. .asf.yaml
  5. .gitignore
  6. .prettierignore
  7. .prettierrc
  8. CNAME
  9. next-env.d.ts
  10. next.config.js
  11. package-lock.json
  12. package.json
  13. pnpm-lock.yaml
  14. README.md
  15. release.md
  16. theme.config.tsx
  17. 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.

Formatting

This project uses Prettier to format the code.

You can run pnpm format or npm run format to format the code.