Skip to content

alexboots/quickreadr

Repository files navigation

Read Quickr

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

Netlify Status

Access Locally

$ 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

Debugging

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

Full details here

About

ReadQuickr | Speed Reading in React

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published