1
0
Go to file
2024-03-23 23:06:24 +02:00
src create basic page with empty sections 2024-03-23 16:35:41 +02:00
static create basic page with empty sections 2024-03-23 16:35:41 +02:00
.eslintignore initial commit 2024-03-23 14:33:44 +02:00
.eslintrc.cjs initial commit 2024-03-23 14:33:44 +02:00
.gitignore initial commit 2024-03-23 14:33:44 +02:00
.npmrc initial commit 2024-03-23 14:33:44 +02:00
.prettierignore initial commit 2024-03-23 14:33:44 +02:00
.prettierrc initial commit 2024-03-23 14:33:44 +02:00
default.nix add non-flake package 2024-03-23 21:59:42 +02:00
flake.lock add flake.nix 2024-03-23 17:57:04 +02:00
flake.nix add non-flake package 2024-03-23 21:59:42 +02:00
package-lock.json create basic page with empty sections 2024-03-23 16:35:41 +02:00
package.json create basic page with empty sections 2024-03-23 16:35:41 +02:00
postcss.config.js create basic page with empty sections 2024-03-23 16:35:41 +02:00
README.md update README 2024-03-23 23:06:24 +02:00
svelte.config.js create basic page with empty sections 2024-03-23 16:35:41 +02:00
tailwind.config.js create basic page with empty sections 2024-03-23 16:35:41 +02:00
vite.config.js initial commit 2024-03-23 14:33:44 +02:00

My personal portfolio website

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