Realkana is a simple website which aims to teach you the sylabbles of Japanese alphabet.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To run this application you need to have Node installed.
You need to run npm i
or yarn install
to install all the required dependencies.
To run the application in development mode run npm run dev
or yarn dev
and open localhost:3000
in your favorite browser.
To build application for production run npm run export
or yarn export
. Files ready to be served using NGINX or any other HTTP Server will be in out
folder.
- Next.js - Framework
- TypeScript - Typings Support
- React - Frontend library
- MobX State Tree - State management