This template is designed to provide a Svelte development environment that bundles your application into a single HTML file that can render in any capable browser environment, including Obsidian's desktop and mobile implementations (when using the HTML reader plugin).
Write modular components, witness a single file with zero runtime dependencies. Welcome back Y2K.
npx degit cr4z/bmo my-app
cd my-project
npm install
npm run devSpecify in your .env fields: OUT_DIR and FILENAME. This will auto-copy the built single file to a specified directory.
npm run buildOutputs a standalone dist/index.html, then copies over to a specified location within your vault if .env is present with fields. Emits logs to a local build.log.
