Skip to content

alexeypegov/learnmor.se

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learnmor.se

Just a simple tool to learn how to read (I mean hear) Morse code.

Build

  1. install nodejs
  2. Run npm install
  3. Run gulp in the root directory

Useful tasks

  1. gulp watch to automatically build on change
  2. gulp release to build for release (minimize & uglify, etc)