No description
Find a file
2025-06-30 20:30:48 +02:00
fonts Refactor CV to look more like argmin 2025-06-25 18:46:45 +02:00
src Fix invisible buttons on CV 2025-06-30 20:30:48 +02:00
static Refactor CV to look more like argmin 2025-06-25 18:46:45 +02:00
.gitignore Added sveltekit 5 2024-08-08 22:28:14 +02:00
.npmrc Added sveltekit 5 2024-08-08 22:28:14 +02:00
.prettierignore Added sveltekit 5 2024-08-08 22:28:14 +02:00
.prettierrc Added sveltekit 5 2024-08-08 22:28:14 +02:00
docker-compose.yml Updated CV 2024-10-05 12:59:22 +02:00
Dockerfile Fixed overflow and commented out prune since it errors in containers 2024-08-14 20:14:28 +02:00
eslint.config.js Added sveltekit 5 2024-08-08 22:28:14 +02:00
LICENSE Initial commit 2024-08-08 21:09:01 +02:00
package-lock.json Gave the website a much needed update 2025-04-20 19:31:59 +02:00
package.json Gave the website a much needed update 2025-04-20 19:31:59 +02:00
postcss.config.js Updated CV 2024-10-05 12:59:22 +02:00
README.md Added sveltekit 5 2024-08-08 22:28:14 +02:00
svelte.config.js Added docker stuff 2024-08-10 14:04:56 +02:00
tailwind.config.js Updated CV 2024-10-05 12:59:22 +02:00
tsconfig.json Added sveltekit 5 2024-08-08 22:28:14 +02:00
vite.config.ts Added sveltekit 5 2024-08-08 22:28:14 +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.