Skip to content
/ time Public
forked from wbbly/time

React UI for Wobbly Time Tracker for the Teams

License

Notifications You must be signed in to change notification settings

beeena/time

 
 

Repository files navigation

Wobbly Time

CLONE REPO

git clone [email protected]:wbbly/time.git
cd 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

docker-compose up -d --build
docker exec -ti <nodejs-container-name> npm install
docker exec -ti <nodejs-container-name> bash -c 'npm run copy:libs'
docker exec -ti <nodejs-container-name> bash -c 'npm start'
docker-compose up -d --build
docker exec -ti <nodejs-container-name> npm install
docker exec -ti <nodejs-container-name> bash -c 'npm run copy:libs'
docker exec -ti <nodejs-container-name> bash -c 'npm run build -- --prod'

About

React UI for Wobbly Time Tracker for the Teams

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.3%
  • SCSS 15.1%
  • CSS 3.4%
  • Other 0.2%