/time

React Time for Wobbly Time Tracker for the Teams

Primary LanguageJavaScriptOtherNOASSERTION

Wobbly Time

CLONE REPO

git clone git@github.com:lazy-ants/lazy-time.git
cd lazy-time

CREATE APP CONFIG FILES

cp docker/nginx/nginx.conf.dist docker/nginx/nginx.conf
cp docker-compose.override.yml.dist docker-compose.override.yml
cp project/application/src/config.js.dist project/application/src/config.js

BUILD APPLICATION

bash dev.sh
bash prod.sh