@@ -12,6 +12,7 @@ with all this time?https://timelite.app/## Why?I want to casually track the time I spend on things without any overhead of
@@ -26,6 +27,7 @@ and task to task regularly. Larger solutions have a lot of overhead for basictime tracking. I tend to track my time here and then input that time at the endof the day or increments that make more sense.## CloneFor any possible way of running Timelite yourself you'll need a copy of the
@@ -35,6 +37,7 @@ repo:After you get the repo it's up to you how you want to use it.## DevelopmentYou will need to have a version of `node` installed and `yarn`. If you already
@@ -52,6 +55,7 @@ that feel free to submit an issue but the best place to start would be justsearching for `how to install node on <your operating system here>`. There areplenty of great guides out there as it is very popular.## ProductionYou can either push to [ZEIT](https://zeit.co/) with an update to the `now.json`
@@ -64,12 +68,14 @@ crashes the container will start back up automatically. docker-compose up -d## PortsTo change which ports things run on you can update the `package.json` file'sscripts. You will also need to update the `docker-compose.yml` file, if you usethat, to properly publish the new port.## TroubleshootingYou may need to manually rebuild your docker container at times depending on