No description https://glitched.systems
Find a file
2025-05-14 15:48:09 +05:30
src added: rel attrib on fedi links 2025-05-14 15:48:09 +05:30
static added: more weights to the fonts 2024-12-29 01:24:57 +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
flake.lock updated: the flake 2024-12-28 21:43:57 +05:30
flake.nix updated: the look of the links 2025-02-02 13:53:15 +05:30
package-lock.json added: flake, but it doesn't really work 2024-08-05 19:17:45 +05:30
package.json updated: the look of the links 2025-02-02 13:53:15 +05:30
pnpm-lock.yaml modified the animation and added a link to Cinny 2024-12-28 21:40:51 +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.