No description
Find a file
2025-11-27 16:30:33 +01:00
.vscode Wtf even is parralex 2023-06-16 09:43:32 +02:00
src pre-fill form 2025-11-27 16:30:33 +01:00
static we;ll known your azure shiz 2024-02-06 11:08:41 +01:00
.dockerignore 🎉 Initial commit\n\n(First Try) 2023-05-01 15:55:53 +02:00
.env.example Add env example 2023-06-13 12:01:36 +02:00
.eslintignore 🎉 Initial commit\n\n(First Try) 2023-05-01 15:55:53 +02:00
.eslintrc.cjs 🎉 Initial commit\n\n(First Try) 2023-05-01 15:55:53 +02:00
.gitignore 🎉 Initial commit\n\n(First Try) 2023-05-01 15:55:53 +02:00
.gitlab-ci.yml No 2023-05-02 13:50:43 +02:00
.npmrc 🎉 Initial commit\n\n(First Try) 2023-05-01 15:55:53 +02:00
.prettierignore 🎉 Initial commit\n\n(First Try) 2023-05-01 15:55:53 +02:00
.prettierrc feat: Pricings 2023-12-16 13:03:29 +01:00
build.bash update 2025-11-27 16:09:51 +01:00
Dockerfile update 2025-11-27 16:09:51 +01:00
output.yaml update 2025-11-27 16:09:51 +01:00
package.json update 2025-11-27 16:09:51 +01:00
pnpm-lock.yaml update 2025-11-27 16:09:51 +01:00
pnpm-workspace.yaml update 2025-11-27 16:09:51 +01:00
postcss.config.js Wtf even is parralex 2023-06-16 09:43:32 +02:00
README.md 🎉 Initial commit\n\n(First Try) 2023-05-01 15:55:53 +02:00
svelte.config.js Just install using node i guess 2023-05-02 12:57:22 +02:00
tailwind.config.js Wtf even is parralex 2023-06-16 09:43:32 +02:00
tsconfig.json 🎉 Initial commit\n\n(First Try) 2023-05-01 15:55:53 +02:00
vite.config.ts Fix PageSpeed issues (image optimization, accessibility, browser errors) 2023-05-11 17:47:43 +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.