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.
- Host: GitHub
- URL: https://github.com/hexagon-dev/hira-kata-learner
- Owner: Hexagon-Dev
- Created: 2025-07-14T21:41:51.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-07-15T09:58:23.000Z (6 months ago)
- Last Synced: 2025-07-15T22:00:54.271Z (6 months ago)
- Topics: frankenphp, language-learning, php
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```