A Speech Reader, Support Epub, Text.
- Install pnpm. https://pnpm.io/
- Install nodejs dependencies.
pnpm i
- Build project
pnpm build:sw
- Run
cd sw-public && npx serve
- Build project
pnpm build:server
- Create a configuration file.
cp auditory-reader.config.example.json auditory-reader.config.json
- Use text editor to open and edit the
auditory-reader.config.json
- Run
pnpm start
- Install pnpm.
- Install nodejs dependencies
pnpm i
. - Install ESLint and Prettier plugins of your editor.
pnpm dev:sw
pnpm dev:server