No description
Find a file
Alexander Daichendt 40261c9f8c chore: add readme
2022-07-29 23:10:48 +02:00
src feat: add public pgp key 2022-07-29 23:02:56 +02:00
static feat: add public pgp key 2022-07-29 23:02:56 +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: add dpdk post and code component and footnotes 2022-07-27 20:59:44 +02:00
package.json feat: add dpdk post and code component and footnotes 2022-07-27 20:59:44 +02:00
README.md chore: add readme 2022-07-29 23:10:48 +02:00
svelte.config.js feat: migrate to $ alias 2022-07-26 22:50:37 +02:00
tsconfig.json Initial commit 2022-06-08 18:49:55 +02:00
vite.config.js feat: add new site 2022-07-26 00:25:51 +02:00
yarn.lock feat: add dpdk post and code component and footnotes 2022-07-27 20:59:44 +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.