Make your web frontend feel like native app
@mdsv/ratio: Locks a container to specific aspect ratios# Test a specific package
cd packages/ratio
bun test
# Test all packages
bun test
# Build a specific package
cd packages/ratio
bun run b
# Build all packages
bun run build
The documentation site is built with SvelteKit and mdsvex.
# Development
cd docs
bun install
bun run dev
# Build for production
cd docs
BASE_PATH=/sv bun run build
# Preview production build
cd docs
bun run preview
The site is automatically deployed to GitHub Pages via GitHub Actions on push to main.