Simple CLI application for training blind typing.
- Clone this repo:
git clone https://github.com/cheatsnake/termboard.git
- Go to app folder:
cd termboard
- And finally, run the program with:
make run
Make sure you have already installed Go.
To compile an executable binary file, use:
make build
make docker-build
make docker-run