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

https://github.com/hexagon-dev/hira-kata-learner

Small web app to learn Japanese Alphabet. Had fun with FrankenPHP. Some kind of duolingo.
https://github.com/hexagon-dev/hira-kata-learner

frankenphp language-learning php

Last synced: 4 months ago
JSON representation

Small web app to learn Japanese Alphabet. Had fun with FrankenPHP. Some kind of duolingo.

Awesome Lists containing this project

README

          

# hira-kata-learner

Small project to check how FrankenPHP works.
Visit [learner.hexdev.me](https://learner.hexdev.me) to check it out.

## Running

Make sure php 8.4 installed.

```bash
# Install FrankenPHP
curl https://frankenphp.dev/install.sh | sh
mv frankenphp /usr/local/bin/

# Install dependencies
composer install

# Run server (Change path if needed)
frankenphp php-server --worker ~/hira-kata-learner/index.php
```