Kresna's book collection.
This is a review book site for books I have read. Mostly I read a hardpaper book rather than digital book because the essence of hardpaper book is more different than the digital book.
I use markdown to write a book review, convert it into json with markdown-it
and gray-matter
. Then I transform the json into interface using SvelteKit framework. This site deploy to Netlify.
- Git clone
pnpm install
pnpm run dev
Keep in mind that there's
book.js
and thesvelte.config.js
has a trigger to runnode book.js
each time markdown file updated.