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
cd
into backend repo and runnpm i
and thennpm run dev
. - Open another terminal and
cd
into the frontend repo. Runnpm i
and 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/abc
to 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