Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 636 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 636 Bytes

open

Visualise your day into ten minute blocks.

screen shot 2017-10-24 at 4 25 04 pm

To run in developer mode

  1. Download project
  2. Unzip
  3. Go to Chrome > Settings > More Tools > Extensions
  4. Tick Developer Mode
  5. Load unpacked Extension
  6. Select your downloaded folder
  7. Open a new tab

Start a server

  1. Open a terminal on Mac
  2. cd Downloads/open — replace Downloads/open with the path to your project
  3. python -m SimpleHTTPServer
  4. in your browser, go to localhost:8000
  5. ctrl + c to turn off the server