febe5a9eec
This is the beta version of the Morse Converter for the web. It is a complete rewrite and now a full webapp using Polymer. It supports all the features of the desktop and the android version.
39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
# [Morse Converter (web)](https://marcel-kapfer.de/writtenmorse/morseconverter)
|
|
|
|
**This is a beta version. It may contains bugs**
|
|
|
|
This is a Morse and [writtenMorse](https://marcel-kapfer.de/writtenmorse) converter for the web. With mobile-first in mind I tried to create a beautiful converting experience. The webapp comes with [Material design](https://google.com/design) and with enhanced features (like instant converting) to simplify the converting time.
|
|
|
|
## Use it
|
|
|
|
The webapp can be accessed at [marcel-kapfer.de/writtenmorse/morseconverter](https://marcel-kapfer.de/writtenmorse/morseconverter).
|
|
|
|
## Contribute
|
|
|
|
1. Fork it
|
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
5. Create New Pull Request
|
|
|
|
## Build
|
|
|
|
You need the following programs installed on your computer:
|
|
|
|
```
|
|
npm, bower, gulp
|
|
```
|
|
|
|
To see your changes run the first time:
|
|
|
|
```
|
|
npm install && bower install
|
|
```
|
|
|
|
and the rebuild the webapp with:
|
|
|
|
```
|
|
gulp
|
|
```
|
|
|
|
The webapp is accessible in the `dist/` directory
|