From 46122b5fba41a5a1ef1c5c51e08d9fc51dce1aaf Mon Sep 17 00:00:00 2001 From: Avi Drucker Date: Tue, 14 Nov 2023 10:43:20 -0500 Subject: [PATCH] explain scripts, add flow chart link --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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)