NOTE: You must first obtain an API key and User from the PXP Time API.
- Clone this repo to your local environment.
- Create a file named
config.js
and copy in the contents fromconfig.js.example
- Open your
config.js
file you just created and update the[API_KEY]
and[USER_HANDLE]
to match what you received from the PXP Time API. - Change into the project directory and run
npm install
- Now run
npm start
- Visit http://localhost:3000/ in your browser and enjoy tracking time!