速成查字
A static elm app to search keystrokes of chinese keyboard input methods 速成 (Quick) and 倉頡 (Cangjie IME).
https://chauchakching.github.io/chinese-quick-mapping/
elm
elm-format
# install dependencies
yarn
# start dev server
yarn dev
A dev server will be started on localhost:8080
After dev server started, run yarn cypress run
to run tests in terminal, or yarn cypress open
to open the test runner
yarn build