AP0
Find a file
uku df35978722
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 34s
feat(deps): update to arctic 3
2025-02-04 14:41:54 +01:00
.forgejo/workflows fix: set redirect url correctly 2024-11-20 10:10:25 +01:00
migrations fix: make logging in not mandatory 2024-11-25 12:17:27 +01:00
patches fix: patch @sveltejs/adapter-cloudflare 2024-10-26 12:08:16 +02:00
src feat(deps): update to arctic 3 2025-02-04 14:41:54 +01:00
static feat: add metro and tram icons for easy mode 2024-11-29 17:01:18 +01: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 feat: initial commit 2024-10-15 14:41:51 +02:00
.prettierrc chore: make code prettier 2024-10-22 11:34:40 +02:00
bun.lock feat(deps): update to arctic 3 2025-02-04 14:41:54 +01:00
eslint.config.js chore(eslint): ignore wrangler 2024-10-26 17:06:20 +02:00
package.json feat(deps): update to arctic 3 2025-02-04 14:41:54 +01:00
README.md feat: initial commit 2024-10-15 14:41:51 +02:00
shell.nix fix(nix): add nodejs to shell 2024-11-25 16:43:19 +01:00
svelte.config.js chore: make code prettier 2024-10-22 11:34:40 +02:00
tsconfig.json feat: use cloudflare kv 2024-10-26 12:08:14 +02:00
vite.config.ts chore: make code prettier 2024-10-22 11:34:40 +02:00
wrangler.toml feat: use d1 for game storage 2024-11-21 17:12:29 +01: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.