🏖️ Superfantastic simple work hours logger. Can i take a day off?
Go to file
2020-03-14 20:57:30 +03:00
.circleci Update build environment to crystal 0.33 2020-03-14 20:52:56 +03:00
assets Исправил досадную ошибку 2020-03-02 22:53:11 +03:00
docker Update build environment to crystal 0.33 2020-03-14 20:52:04 +03:00
public Start of web app 2019-11-07 22:37:49 +03:00
spec Add statistics table 2020-02-27 22:16:39 +03:00
src Добавил роутинг 2020-03-02 22:26:02 +03:00
tools Add base path env 2019-11-09 19:27:30 +03:00
.dockerignore Add build config 2019-11-10 21:37:35 +03:00
.editorconfig Добавил роутинг 2020-03-02 22:26:02 +03:00
.gitignore Ignore builded files 2019-11-07 21:24:04 +03:00
generate-work-hours.py Add script for planned dates 2019-11-17 18:32:08 +03:00
LICENSE Init project 2019-11-03 11:33:16 +03:00
Makefile Update build environment to crystal 0.33 2020-03-14 20:52:04 +03:00
package-lock.json Добавил роутинг 2020-03-02 22:26:02 +03:00
package.json Добавил роутинг 2020-03-02 22:26:02 +03:00
README.md Improve readme 2019-11-10 22:25:27 +03:00
shard.lock Update build environment to crystal 0.33 2020-03-14 20:52:04 +03:00
shard.yml Update build environment to crystal 0.33 2020-03-14 20:52:04 +03:00
Supfile Fix sup file 2020-03-14 20:57:30 +03:00
webpack.config.js Improve asset build 2020-02-29 09:16:39 +03:00

Can I take a day off?

CircleCI

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