Read as fast as you can!
This application aim to help you read text as fast as you can by printing words one by one, and at the center of the page.
TODO:
For fun.
Feel free to add yourself in this section!
Here are the main commands:
- Install dependencies:
yarn
- Run the dev server:
yarn start
- Run the build:
yarn deploy:build
- Publish on your gh-pages:
yarn gh-pages -d build
If you want to check your code quality, you can run yarn ci
, this is the same script that will be run from CircleCI for each commit.
Feel free to play around and open PRs!