For creating a simple blog in a svelte application from a github repository
Try it on StackBlitz
- Inital working PoC
- More customizable interface to render the index (file browser)
- Finishing setting up commitlint
- Full test coverage
- Use zod for schema validation
- Full documentation/finish readme
Until the documentation is completed you can reference the demo
folder for how to use.
# Yarn
yarn add -D @calebgasser/svelte-ghblog
# npm
npm i -D @calebgasser/svelte-ghblog
# pnpm
pnpm i -D @calebgasser/svelte-ghblog
Until the documentation is completed you can reference the demo
folder for how to use.
Until the documentation is completed you can reference the demo
folder for how to use.
TODO