Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 513 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 513 Bytes

Qther's Website

Created with SvelteKit.

Build Instructions

# 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

# 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