This directory contains the source code for the GitHub Pages demo site of the OSLF Editor.
# Install dependencies
pnpm install
# Build for production
pnpm run build
# Development with watch mode
pnpm run dev
# Serve locally
pnpm run serveThe site is automatically deployed to GitHub Pages when changes are pushed to the main branch via GitHub Actions.
index.html- Main HTML filemain.js- JavaScript entry pointstyle.css- Styles for the demo pagecustom_blocks.json- Example block definitionsbundle.js- Built JavaScript bundle (generated)
Visit the live demo at: https://f1r3fly-io.github.io/OSLF-editor/