Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 952 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 952 Bytes

Phantime

A productivity tracker extension

cse112-team5

Running the Pipeline Locally

Setup

  1. Install Node.js + npm
  2. Install the required dependencies via npm:
npm install

Running the Linter

Use npm script: npm run lint

Running the tests

TBC

Want to Contribute?

Contact jualbert@ucsd.edu to become a contributor.
Head on over to our website and read through our quick documentation section!
Once there, you'll see that we provide a neat, short tutorial to make your first commit (:

Build Environment

Windows: You can download 'git bash' or use the powershell which comes with your PC to run git commands.
Mac + Linux: You can use the terminal that already comes installed with your computer.