• TypeScript 80.4%
  • HTML 18.5%
  • JavaScript 0.9%
  • CSS 0.2%
Find a file
dependabot[bot] 2beaa0d551
Bump vite from 8.0.5 to 8.0.16 (#54)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.5 to 8.0.16.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.16
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-21 12:53:42 +02:00
.github/workflows Create codeql-analysis.yml 2021-04-24 11:06:00 +02:00
public Migrated to Vite 2023-03-26 10:03:26 +02:00
src Migrate to Vite 8 (#52) 2026-03-31 20:29:28 +02:00
.gitattributes Fix gitignore 2023-10-07 11:35:48 +02:00
.gitignore Upgraded dependencies to next major versions (#40) 2024-12-08 10:59:37 +01:00
.gitlab-ci.yml Added SAST and Dependency Scanning 2020-07-20 21:04:29 +00:00
.tool-versions Upgrade to React 19 (#47) 2025-05-04 19:04:45 +02:00
index.html Migrated to Vite 2023-03-26 10:03:26 +02:00
package-lock.json Bump vite from 8.0.5 to 8.0.16 (#54) 2026-06-21 12:53:42 +02:00
package.json Bump vite from 8.0.5 to 8.0.16 (#54) 2026-06-21 12:53:42 +02:00
README.md Migrated to Vite 2023-03-26 10:03:26 +02:00
tsconfig.json Migrated to Vite 2023-03-26 10:03:26 +02:00
tsconfig.node.json Migrated to Vite 2023-03-26 10:03:26 +02:00
vite.config.ts Migrate to Vite 8 (#52) 2026-03-31 20:29:28 +02:00

Points Verts Web

Environment Variables

For the Mapbox integration to work, you need to define several environment variables during dev/build:

  • VITE_MAPBOX_TOKEN: Mapbox access token
  • VITE_MAPBOX_USERNAME: your mapbox username
  • VITE_MAPBOX_LIGHT_STYLE: id of the light style
  • VITE_MAPBOX_DARK_STYLE: id of the dark style

Available Scripts

In the project directory, you can run:

yarn dev

Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!