Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 838 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 838 Bytes

CommunityFocus

A repo for issues and discussions for CommunityFocus

CommunityFocus is a sharable time tracking app for teams

Getting Started

To contibute:

  1. Clone the backend and frontend repos (linked below)
  2. Install nodejs (we will be using npm)
  3. Open a terminal and cd into backend repo and run npm i and then npm run dev
  4. Open another terminal and cd into the frontend repo. Run npm i and then npm run dev
  5. Open your browser and go to http://127.0.0.1:5173/ to open the app (temporary http://127.0.0.1:5173/abc to see timer)

Stack

Related repositories