This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Marcel Kapfer (mmk2410) b100eb0d3f Added GulpJS development server task (gulp serve) 2016-05-30 22:55:54 +02:00
app Added missing license informations 2016-05-30 22:50:20 +02:00
.gitignore Version 0.2 beta 2015-08-29 23:16:45 +02:00
LICENSE Version 0.2 beta 2015-08-29 23:16:45 +02:00
README.md Added GulpJS development server task (gulp serve) 2016-05-30 22:55:54 +02:00
bower.json Version 0.2 beta 2015-08-29 23:16:45 +02:00
gulpfile.coffee Added GulpJS development server task (gulp serve) 2016-05-30 22:55:54 +02:00
package.json Added GulpJS development server task (gulp serve) 2016-05-30 22:55:54 +02:00

README.md

Morse Converter (web)

This is a beta version. It may contains bugs

This is a Morse and writtenMorse converter for the web. With mobile-first in mind I tried to create a beautiful converting experience. The webapp comes with Material 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.

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. A development server can be started with

gulp serve