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
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
. - PORT number will default to 4000 unless specified in the '.env' file as
PORT
. Otherwise, open your browser and go tohttp://localhost:4000/
to open the backend server. - However, you will need the frontend repo to run the complete app. Clone and run https://github.com/CommunityFocus/cf-frontend to see the frontend.
- [Issues, Discussions, Documentation] - https://github.com/CommunityFocus/CommunityFocus
- [CommunityFocus Backend] - https://github.com/CommunityFocus/cf-backend
- [CommunityFocus Frontend] - https://github.com/CommunityFocus/cf-frontend