Simple app for time traking. Pet project created with Crystal, Vue.js and Circle CI.
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.
$ make spec
$ make ameba