No description https://glitched.systems
  • Svelte 75.3%
  • CSS 13.9%
  • JavaScript 4.6%
  • TypeScript 3.6%
  • HTML 1.3%
  • Other 1.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
AxelSilverdew 4232b5bbc5
All checks were successful
/ build (push) Successful in 46s
added some well-known stuff for matrix
2026-07-08 22:11:46 +05:30
.forgejo/workflows ci: added ntfy notifications 2026-07-06 20:02:58 +05:30
src removed the footer because we're de-nixing and added new links 2026-07-04 20:04:23 +05:30
static added some well-known stuff for matrix 2026-07-08 22:11:46 +05:30
.eslintignore initial commit 2024-08-05 16:01:43 +05:30
.eslintrc.cjs initial commit 2024-08-05 16:01:43 +05:30
.gitignore added: flake, but it doesn't really work 2024-08-05 19:17:45 +05:30
.npmrc initial commit 2024-08-05 16:01:43 +05:30
.prettierignore initial commit 2024-08-05 16:01:43 +05:30
.prettierrc initial commit 2024-08-05 16:01:43 +05:30
.stylelintrc.json initial commit 2024-08-05 16:01:43 +05:30
Containerfile ci: testing arm64 and amd64 builds 2026-07-04 23:29:42 +05:30
package-lock.json added: flake, but it doesn't really work 2024-08-05 19:17:45 +05:30
package.json removed the footer because we're de-nixing and added new links 2026-07-04 20:04:23 +05:30
pnpm-lock.yaml removed the footer because we're de-nixing and added new links 2026-07-04 20:04:23 +05:30
pnpm-workspace.yaml removed the footer because we're de-nixing and added new links 2026-07-04 20:04:23 +05:30
postcss.config.js initial commit 2024-08-05 16:01:43 +05:30
README.md initial commit 2024-08-05 16:01:43 +05:30
svelte.config.js modified the animation and added a link to Cinny 2024-12-28 21:40:51 +05:30
tailwind.config.js initial commit 2024-08-05 16:01:43 +05:30
tsconfig.json initial commit 2024-08-05 16:01:43 +05:30
vite.config.ts initial commit 2024-08-05 16:01:43 +05:30

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.