blendersfun/timepoke2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
==========
Timepoke
==========
A simple time tracking device.
======================
Notes about TimePoke
======================
- You'll probably have to create "store.json" in REPOSITORY_ROOT/ directory
and set the permissions to give PHP write access:
(example, via terminal:)
> touch store.json
> chmod 777 store.json