Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 416 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 416 Bytes

Wavelength Logo

A set of tools for Amateur Radio, Morse Code, etc

Prereqs

Node LTS 12.x

Running Wavelength

# Clone this repository
git clone https://github.com/schwillind/wavelength.git
# Go into the repository
cd wavelength
# Install wavelength's dependencies
npm install
# Run wavelength
npm start