Hello gitkitjs
I am pleased to announce gitkitjs, the npm-installable SvelteKit toolchain for building websites from markdown.
Gitkitjs is a friendly continuation of the zaui project, which powers zeroasic.com/emulation.
Quickstart
pnpm install -D @gitkitjs/gitkitjs
pnpm gitkitjs dev
- Type
o
to open your browser.
If you don't already have a content
directory you will see the gitkitjs guide -- rendered by gitkitjs, of course.
This library provides
- A preconfigured SvelteKit app with a Vite dev server and build.
- Tailwind CSS, and the Tailwind typography plugin.
- Markdown rendering based on Markdoc.
- A set of built-in website navigation and page components.
- Static publishing using the SvelteKit static adapter.
- TypeScript
Thank you to Zero ASIC and all the contributors in those communities. 🙏
To find out more, visit the gitkitjs repo on GitHub or check out the guide.