An open API service indexing awesome lists of open source software.

https://github.com/dfirebaugh/kana-board


https://github.com/dfirebaugh/kana-board

Last synced: 8 months ago
JSON representation

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
```