Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 497 Bytes

File metadata and controls

14 lines (9 loc) · 497 Bytes

dev-challenge-time-tracker

image

Running locally

  1. Clone the repo and change directory
    git clone https://github.com/wearelighthouse/dev-challenge-time-tracker.git && cd dev-challenge-time-tracker

  2. Install dependencies
    npm install

  3. Build to just compile JS and SCSS, or watch to open up a BrowserSync tab with hot-reloading
    npm run build or npm run watch