No description
Find a file
Joshua Niemelä 5bb6c8430a
All checks were successful
Build and Push / Build image (push) Successful in 1m45s
Add build file
2025-11-22 16:33:10 +01:00
.github/workflows Add build file 2025-11-22 16:33:10 +01:00
fonts Refactor CV to look more like argmin 2025-06-25 18:46:45 +02:00
src Change direction of layout on hs2048 tab 2025-11-22 16:14:59 +01:00
static Update CV 2025-09-14 08:20:25 +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
Containerfile Update containerfile 2025-11-22 15:47:46 +01:00
docker-compose.yml Updated CV 2024-10-05 12:59:22 +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.