5 Commits

Author SHA1 Message Date
51b0080436 Readme Updates 2018-07-27 16:28:25 -05:00
3328248274 Apply standard/enforced code format with prettier.
This commit marks applying prettier to the whole of git history up to this point and prettier is used to enforce format via pre-commit hook. The command used was: `git filter-branch -f --tree-filter 'prettier --no-config --single-quote --tab-width=1 --print-width=100 --use-tabs --trailing-comma=none --prose-wrap=always --write "{.,{packages,bin}/**}/*.{js,json,md}" || echo "Error formatting, possibly invalid JS"' -- --all`
2018-07-19 07:52:42 -05:00
0881b4fec3 Update READMEs 2018-06-23 07:11:20 -05:00
9381bd6a99 Add README updates and a Github corner. 2018-01-12 21:52:19 -06:00
b874c07f01 Add Gallery - core image model working
(add, imported event, thumbnail generation, removal)
2017-03-22 08:32:47 -05:00