diff --git a/README.md b/README.md index de66985..b451ebe 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,12 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo In the project directory, you can run: -- `npm start` -- `npm test` -- `npm run build` +- `npm start`: Runs the app locally +- `npm test`: Runs the test suites +- `npm run build`: Creates a hostable production build of AutoFocus + +## About AutoFocus AutoFocus is the name of an algorithm used for improving one's focus and productivity. It was designed by Mark Forster, and you can read more about Mark and AutoFocus [here](http://markforster.squarespace.com/blog/2021/11/16/the-final-version-perfected-fvp-instructions-reposted.html). + +Here is a flow chart diagram that describes what one can do with an AutoFocus list at any time: [AutoFocus flow chart diagram gist](https://gist.github.com/avidrucker/0c937921ec94d9ac4e208b26d3917020)