/website

This is my small website.

Primary LanguageSvelte

Website

This is a small personal website.

Developing

Installing dependencies:

yarn

Run development server:

yarn dev

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

Run formatter:

yarn run format

Run lint:

yarn run lint

Run check:

yarn run check

# or start a server which
yarn run check:watch

Building

To create a production version of your app:

yarn build

You can preview the production build with yarn preview.


Copyright (c) Elias Knodel. All rights reserved.