AP0 - Jeu geographique sur les TCL en SvelteKit
Find a file
uku cfc6fd9cd0
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 37s
fix: sort lines in results
2025-10-03 17:02:28 +02:00
.forgejo/workflows chore: switch from bun to pnpm 2025-10-02 10:25:08 +02:00
.vscode fix: correct all eslint errors 2025-10-02 14:47:24 +02:00
migrations fix: make logging in not mandatory 2024-11-25 12:17:27 +01:00
src fix: sort lines in results 2025-10-03 17:02:28 +02:00
static feat: show all lines going through a stop 2025-10-03 16:55:55 +02:00
.env.example chore: add example .env 2024-11-26 11:55:48 +01:00
.envrc chore: replace flake with shell.nix 2024-11-19 09:55:37 +01:00
.gitignore feat: add cloudflare pages compat 2024-10-21 17:10:49 +02:00
.npmrc feat: initial commit 2024-10-15 14:41:51 +02:00
.prettierignore chore(deps): update 2025-10-01 12:13:30 +02:00
.prettierrc chore: make code prettier 2024-10-22 11:34:40 +02:00
eslint.config.js chore(deps): update 2025-10-01 12:13:30 +02:00
package.json feat: update leaflet to 2.0.0-alpha.1 2025-10-02 15:58:31 +02:00
pnpm-lock.yaml feat: update leaflet to 2.0.0-alpha.1 2025-10-02 15:58:31 +02:00
pnpm-workspace.yaml chore: switch from bun to pnpm 2025-10-02 10:25:08 +02:00
README.md feat: initial commit 2024-10-15 14:41:51 +02:00
shell.nix chore: switch from bun to pnpm 2025-10-02 10:25:08 +02:00
svelte.config.js chore(deps): update 2025-10-01 12:13:30 +02:00
tsconfig.json feat: use cloudflare kv 2024-10-26 12:08:14 +02:00
vite.config.ts chore: allow tailscale to connect to vite 2025-10-03 12:26:46 +02:00
wrangler.toml fix: set wrangler compat flags 2025-10-02 10:02:18 +02:00

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.