Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vonr/vonr.github.io

My website and blog.
https://github.com/vonr/vonr.github.io

Last synced: about 1 month ago
JSON representation

My website and blog.

Awesome Lists containing this project

README

        

# Qther's Website

Created with SvelteKit.

## Build Instructions

```sh
# Install dependencies
bun install

# Install dependencies for the markdown compiler for the articles
cd mdc
bun install
cd ..

# Build articles with mdc
./compile_articles.sh

# Build site into build folder
bun run build
```

## Development Instructions

```sh
# Install dependencies
bun install

# Install dependencies for the markdown compiler for the articles
cd mdc
bun install
cd ..

# Start vite's development server
bun run dev
```