Kana Master Web

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.

Tech used

Running the project

Install the dependencies...

...then start Rollup:

Navigate to localhost:5000.

Compiling SCSS

When the project starts you will not see any styles.

Run

npm run-script css-dev

To compile SCSS.

Building and running in production mode

To create an optimised version of the app:

npm run build

Deploy

npm run build && cd public && now deploy --name kanamaster --prod -A ../now.json