https://github.com/jblond/maas
A demo project for https://github.com/JBlond/morse Text generation and wav file generation of Morse code.
https://github.com/jblond/maas
frontend gui morse-code php wav
Last synced: 4 months ago
JSON representation
A demo project for https://github.com/JBlond/morse Text generation and wav file generation of Morse code.
- Host: GitHub
- URL: https://github.com/jblond/maas
- Owner: JBlond
- License: mit
- Created: 2023-08-22T09:24:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T20:44:34.000Z (over 1 year ago)
- Last Synced: 2025-01-19T21:40:31.360Z (over 1 year ago)
- Topics: frontend, gui, morse-code, php, wav
- Language: Twig
- Homepage: https://github.com/JBlond/maas
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MaaS (Morse as a Service)
A demo project for [JBlond/morse](https://github.com/JBlond/morse)
Text generation and wav file generation of Morse code.

## run
```bash
docker compose up -d
docker exec -it maas-php bash
composer update --no-dev
```