No description
Find a file
2023-01-04 12:56:30 +01:00
src feat: add blogpost about chatgpt cover letters 2023-01-02 14:02:51 +01:00
static feat: update favicon 2022-10-30 13:32:56 +01: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: change to adapter cloudflare 2023-01-04 12:56:30 +01:00
README.md chore: add readme 2022-07-29 23:10:48 +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 feat: add default directive and avif images 2022-10-22 23:08:53 +02:00
yarn.lock chore: change to adapter cloudflare 2023-01-04 12:56:30 +01:00

Alex' small website

Link to the website

Powered by Svelte & SvelteKit

Developing

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

yarn dev

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

Building

To create a production version of your app:

yarn build

You can preview the production build with npm run preview.