Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vonr/vonr.github.io
- Owner: Vonr
- Created: 2023-09-20T09:48:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-21T13:01:40.000Z (9 months ago)
- Last Synced: 2024-04-21T15:04:13.017Z (9 months ago)
- Language: TypeScript
- Size: 3.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```