An open API service indexing awesome lists of open source software.

https://github.com/netresearch/timetracker-ui

User interface for timetracker (yet only serving stats but maybe a general alternative interface in the future)
https://github.com/netresearch/timetracker-ui

Last synced: over 1 year ago
JSON representation

User interface for timetracker (yet only serving stats but maybe a general alternative interface in the future)

Awesome Lists containing this project

README

          

# Timetracker UI

A user interface for [timetracker](https://github.com/netresearch/timetracker) - yet only serving statistics but may become an alternate UI for timetracker in the future.

## Build Setup

``` bash
# install dependencies
npm install

# set config
cp static/config.json.dist static/config.json

# serve with hot reload at localhost:8080

## *nix
TIMETRACKER_URL=https://timetracker.example.com npm run dev

## Windows PowerShell
$env:TIMETRACKER_URL="https://timetracker.example.com"; npm run dev

## Windows CMD
set TIMETRACKER_URL="https://timetracker.example.com"&&npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```