🏖️ Superfantastic simple work hours logger. Can i take a day off?
.circleci | ||
assets | ||
docker | ||
public | ||
spec | ||
src | ||
tools | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
package-lock.json | ||
package.json | ||
README.md | ||
shard.lock | ||
shard.yml | ||
webpack.config.js |
Can I take a day off?
Simple app for time traking. Pet project created with Crystal, Vue.js and Circle CI.
Installation
With docker you can run
$ make install
$ make run-server
Next open http://localhost:3000/?profile=profile-xyz in browser,
where profile-xyz
is profile name stored in var/data
directory.
Tests
$ make spec
$ make ameba