Learn kanji through games and battles.
- Docker >= 20.10
- Docker compose plugin
- Node >= 18.0
- Start docker container:
make devup
This will create a .env
file in the root directory. You can configure environment variables in this file according to your needs.
- Install dependencies:
make devinstall
- Migrate and seed dummy data
make prisma-generate
make prisma-migrate
make prisma-seed
To start the application locally, use the following command:
make devrun
The application will be accessible at:
- Web: http://localhost:3000
- Api: http://api.localhost:3000/
- Traefik: http://traefik.localhost:3000
Stop application:
make devdown
Production mode:
make build
make prod-up
This project is licensed under the MIT License.