Web version of Kana master, which was originally an iOS app, released in 2015, to learn the Japanese kana.
This repository serves as a way to show that Svelte can be used to build progressive web apps.
Install the dependencies...
...then start Rollup:
Navigate to localhost:5000.
When the project starts you will not see any styles.
Run
npm run-script css-dev
To compile SCSS.
To create an optimised version of the app:
npm run build
npm run build && cd public && now deploy --name kanamaster --prod -A ../now.json