AP0 - Jeu geographique sur les TCL en SvelteKit https://tcl.uku.moe
  • Svelte 46.4%
  • TypeScript 45.1%
  • JavaScript 4.6%
  • CSS 2%
  • HTML 1.2%
  • Other 0.7%
Find a file
uku 68f9213598
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 46s
chore(deps): update
2026-05-25 16:41:52 +02:00
.forgejo/workflows chore(deps): update to pnpm 11 2026-05-23 10:19:48 +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 chore: make home page font sizes more consistent 2026-05-23 10:13:39 +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: fix eslint config 2026-04-21 12:38:05 +02:00
package.json chore(deps): update 2026-05-25 16:41:52 +02:00
pnpm-lock.yaml chore(deps): update 2026-05-25 16:41:52 +02:00
pnpm-workspace.yaml chore(deps): more pnpm 11 stuff 2026-05-23 13:09:52 +02:00
README.md feat: initial commit 2024-10-15 14:41:51 +02:00
shell.nix fix(nix): simplify shell hook 2026-05-23 15:06:21 +02:00
svelte.config.js feat: rewrite home page 2026-04-22 13:41:27 +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.