Speed reading site built with React + gatsby + Grommet
Live: https://readquickr.com/ I bought the wrong url so thats why the repo is quickreadr and the url is readquickr
Todo:
- Break things down into smaller components
- Add ability to scroll back through text
- Save text feature? (could save text to localhost display saved articles)
- Add icons
- Meditate
- Breath
- Laydown
- Relax
- Go to sleep
$ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git
$ cd [REPO_NAME]
$ yarn
$ npm run develop
To test the CMS locally, you'll need run a production build of the site:
$ npm run build
$ npm run serve
Windows users might encounter node-gyp
errors when trying to npm install.
To resolve, make sure that you have both Python 2.7 and the Visual C++ build environment installed.
npm config set python python2.7
npm install --global --production windows-build-tools