A lightweight web-based DAISY 3 standard compatible e-book reader with text-to-speech support.
- Install:
npm ci - Dev server:
npm run dev - Test:
npm test - Production build:
npm run build - Preview production build:
npm run preview
GitHub Pages deployment uses the /daisy-web/ base path.
- Fetch sample and build:
npm run predeploy - Publish
dist/:npm run deploy
MIT