robi42 / tm

TempMunger thesis project

Home Page:https://robi42.github.io/blog/2017/06/17/tempmunger-or-zeitfresser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TempMunger

FS layout loosely resembles CVAST research group guidelines.

This project employs a Git submodule setup, consequently either clone --recursive or:

git submodule init && git submodule update

App can be run via:

bin/run.sh

(This will open a browser window at localhost:4000 after one minute startup time, at least on macOS.)

Run requirements:

  • Java 8
  • Node 6+

To build app package incl. docs:

make install

Build requirements:

  • JDK 8
  • Node 6+
  • Yarn (e.g., brew install yarn)
  • Gulp CLI (npm i -g gulp-cli)
  • ESDoc tool (npm i -g esdoc)

Note: the project is "dockerized", see Makefile and Dockerfiles respectively.

About

TempMunger thesis project

https://robi42.github.io/blog/2017/06/17/tempmunger-or-zeitfresser/

License:MIT License


Languages

Language:Makefile 89.8%Language:Shell 10.2%