https://github.com/rebreda/morselearner
Learn morse code. Completely offline, this app works anywhere.
https://github.com/rebreda/morselearner
morsecode
Last synced: 5 months ago
JSON representation
Learn morse code. Completely offline, this app works anywhere.
- Host: GitHub
- URL: https://github.com/rebreda/morselearner
- Owner: Rebreda
- Created: 2021-11-16T17:28:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T17:11:52.000Z (over 4 years ago)
- Last Synced: 2025-05-05T01:01:53.589Z (about 1 year ago)
- Topics: morsecode
- Language: Vue
- Homepage: https://ditted.codes
- Size: 2.68 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Morse Code Learner
Learn morse code at [ditted.codes](https://ditted.codes).

## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).