No description
Find a file
2024-06-11 20:32:43 +02:00
src feat: add new blog entry 2024-06-11 20:31:38 +02:00
static feat: add project pages 2023-09-27 23:36:46 +02:00
.eslintignore Initial commit 2022-06-08 18:49:55 +02:00
.eslintrc.cjs Initial commit 2022-06-08 18:49:55 +02:00
.gitignore Initial commit 2022-06-08 18:49:55 +02:00
.npmrc Initial commit 2022-06-08 18:49:55 +02:00
.prettierignore feat: more work done 2022-07-26 08:30:47 +02:00
.prettierrc feat: more progress 2022-06-10 18:30:54 +02:00
mdsvex.config.js feat: copy hyperlinks of headings in blogpost 2022-07-31 15:11:04 +02:00
package.json chore: add fontaine 2023-09-27 23:46:47 +02:00
pnpm-lock.yaml feat: add new blog entry 2024-06-11 20:31:38 +02:00
README.md docs: update readme for pnpm 2024-06-11 20:32:43 +02:00
svelte.config.js chore: change to adapter cloudflare 2023-01-04 12:56:30 +01:00
tsconfig.json Initial commit 2022-06-08 18:49:55 +02:00
vite.config.js chore: add fontaine 2023-09-27 23:46:47 +02:00
yarn.lock chore: add fontaine 2023-09-27 23:46:47 +02:00

Alex' small website

Link to the website

Powered by Svelte & SvelteKit

Developing

Once you've created a project and installed dependencies with pnpm install, start a development server:

pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev -- --open

Building

To create a production version of your app:

pnpm build

You can preview the production build with pnpm run preview.