Code source du site de présentation du projet Tricoteuses : https://tricoteuses.fr https://tricoteuses.fr/
  • Svelte 74.9%
  • JavaScript 16.5%
  • HTML 3.6%
  • TypeScript 3.2%
  • CSS 1.8%
Find a file
2026-01-25 21:37:26 +01:00
src fix(page.svelte): update link to the correct repository for tricoteuses-assemblee 2025-07-17 10:47:01 +02:00
static feat: add Matrix well-known configuration 2025-06-28 21:35:01 +02:00
.gitignore Initial commit 2025-06-25 20:48:02 +02:00
.npmrc Initial commit 2025-06-25 20:48:02 +02:00
.prettierignore Initial commit 2025-06-25 20:48:02 +02:00
.prettierrc Initial commit 2025-06-25 20:48:02 +02:00
eslint.config.js Initial commit 2025-06-25 20:48:02 +02:00
LICENSE.md chore: update authors & copyright holders 2026-01-25 21:37:26 +01:00
package-lock.json feat: first iteration on main page 2025-06-26 09:42:21 +02:00
package.json chore: update authors & copyright holders 2026-01-25 21:37:26 +01:00
README.md Initial commit 2025-06-25 20:48:02 +02:00
svelte.config.js Initial commit 2025-06-25 20:48:02 +02:00
tsconfig.json Initial commit 2025-06-25 20:48:02 +02:00
vite.config.ts Initial commit 2025-06-25 20:48:02 +02:00

sv

Everything you need to build a Svelte project, powered by sv.

Creating a project

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

# create a new project in the current directory
npx sv create

# create a new project in my-app
npx sv create 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.