A repo for issues and discussions for CommunityFocus
CommunityFocus is a sharable time tracking app for teams
To contibute:
- 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:5173/to open the app (temporaryhttp://127.0.0.1:5173/abcto see timer)
- [CommunityFocus Backend] - https://github.com/CommunityFocus/cf-backend
- [CommunityFocus Frontend] - https://github.com/CommunityFocus/cf-frontend