Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 640 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 640 Bytes

TABATA

A fun way to improve your fitness and coding abilities

Adventure

V0: Getting Comfortable

Checkout branch 'getting-started' for an easy list of tasks that will serve as an intro

V1

  • Working Tabata Timer
  • Changes color
  • Displays current round
  • Configurable Settings
  • Sound effects
  • Streaks

Getting Started

Install Mint https://www.mint-lang.com/

Linux

wget --no-verbose -O mint https://mint-lang.s3-eu-west-1.amazonaws.com/mint-latest-linux
chmod +x ./mint
sudo mv ./mint /usr/local/bin/mint

Mac

brew tap homebrew-community/alpha
brew install mint-lang