Typedash is a minimalist typewriter that forces you to write without overthinking. It gives you three options: a target word count, session length, and fade timer. If you reach your target word count or type until the end of your session, you'll see an option to download your work as a text file. If you slow down for longer than fade timer, you'll lose your work!
To run locally it locally,
- Clone the repo:
git clone [email protected]:JonathanTR/typedash.git && cd typedash
- Install dependencies:
npm install
- Use the Makefile to run:
make run
- The app will be available at
localhost:9898
Typedash is built and hosted on Github pages. To build and deploy to gh-pages
, use the convenience script make publish
.