Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 435 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 435 Bytes

DITT Client

DBJR Internal Time Tracking application developed by VisionApps

Build

To build the project:

  1. Install local npm packages: npm install
  2. Create config/envspecific.js from envspecific.example.js
  3. Run the build npm build

Development

To run the dev server:

  1. Install local npm packages: npm install
  2. Create config/envspecific.js from envspecific.example.js
  3. Run the build npm start