Chinese learning tool for editing simple texts with pronunciation guide
The development setup is adopted from create-react-app.
git clone git@github.com:donkirkby/pinyincushion.git
cd pinyincushion
npm install
npm start
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
npm test