A repo for issues and discussions for CommunityFocus
CommunityFocus is a sharable time tracking app for teams
To contribute:
- Clone the backend and frontend repos (linked below)
- Install nodejs (we will be using npm)
- Open a terminal and
cdinto backend repo and runnpm iand thennpm run dev - Open another terminal and
cdinto the frontend repo. Runnpm iand thennpm run dev - Open your browser and go to
http://127.0.0.1:5100/to open the app (temporaryhttp://127.0.0.1:5100/abcto see timer)
- [Issues, Discussions, Documentation] - https://github.com/CommunityFocus/CommunityFocus
- [CommunityFocus Backend] - https://github.com/CommunityFocus/cf-backend
- [CommunityFocus Frontend] - https://github.com/CommunityFocus/cf-frontend