Storyweaver is a repository of illustrated books for children illustrated and published by Pratham Books. The Storyweaver repository contains over thousand Kannada books across various levels. These books are available online for free and is licensed under the Creative Commons. This repo is for a svelte-kit webapp that lets you view your downloaded books, search and view them on your local network. It is designed to be light weight, work on a raspberry pi and serve devices on your local network.
This project builds upon Pratham Books Storyweaver's Creative Commons licensed content. Please respect the original licensing terms when using or redistributing this software.
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.