donkirkby / pinyincushion

Chinese learning tool for editing simple texts with pronunciation guide
https://donkirkby.github.io/pinyincushion/
1 stars 0 forks source link

Pinyin Cushion

Chinese learning tool for editing simple texts with pronunciation guide

Setup

The development setup is adopted from create-react-app.

git clone git@github.com:donkirkby/pinyincushion.git
cd pinyincushion
npm install

Run server

npm start

Build

This will generate the static web site and copy it to the docs folder that is deployed to the web site when you push to GitHub.

npm run build

Test

npm test