https://github.com/dfirebaugh/kana-board
https://github.com/dfirebaugh/kana-board
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfirebaugh/kana-board
- Owner: dfirebaugh
- Created: 2020-08-15T03:36:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T02:10:18.000Z (over 5 years ago)
- Last Synced: 2024-12-27T19:30:07.020Z (over 1 year ago)
- Language: TypeScript
- Size: 3.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kana-board
clickable board for learning hiragana (and eventually katakana) scripts
currently only displaying hiragana
[demo](https://dfirebaugh.github.io/kana-board/)
## Run This App
### Install dependencies
> install from a clean slate with npm ci
```
npm ci
```
The images must be compiled to base64. This is done by running:
```
npm run compile-images
```
Then you will need to run the dev server:
```
npm run dev
```