Study aids, quizzes, and flashcards for learning traditional Chinese mandarin.
- Install PNPM
# Clone monorepo
git clone git@github.com:samatechtw/learn-chinese
# Install packages
pnpm i# Run site in development mode
npm run prod:web:run
# Run web admin
npm run prod:web-admin:runBuild
# Build web app for production
npm run prod:web:build
# Build web admin
npm run prod:web-admin:buildAdd a new frontend folder/module
- Create the folder in
web/src - Create
index.tsand export any files used externally - Add to tsconfig
paths
Generate pinyin/zhuyin from characters npx esno --tsconfig ./tools/scripts/tsconfig.json ./tools/scripts/character-info.ts