No description
Find a file
2022-09-27 18:45:08 +02:00
src feat: add ldap blog page 2022-09-25 20:40:46 +02:00
static chore: add robots.txt 2022-07-30 00:42:34 +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: upgrade packages 2022-09-27 18:45:08 +02:00
README.md chore: add readme 2022-07-29 23:10:48 +02:00
svelte.config.js chore: shuffle files around 2022-07-30 00:20:24 +02:00
tsconfig.json Initial commit 2022-06-08 18:49:55 +02:00
vite.config.js feat: add vite-imagetools 2022-08-04 15:21:36 +02:00
yarn.lock chore: upgrade packages 2022-09-27 18:45:08 +02: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.