Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 656 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 656 Bytes

TickTack

Polidea Timesheets made simple.

WARNING

This repository is obsolete! The proper one: https://gitlab2.polidea.com/Internal/TickTack

Quick start

nvm install
npm install --global npm
npm install
npm start

The app run in development mode should open automatically in your browser.

First step is optional, because you can provide proper Node version on your own. But if you like to manage multiple Node versions, then nvm is a way to go :-) Here it uses Node version based on .nvmrc stored in the repository.

Second step is here in order to make sure that you use npm 5 or newer.