Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 542 Bytes

File metadata and controls

36 lines (23 loc) · 542 Bytes

Chrono

A vacatation and event management tool

screenshot screenshot

Requirements

  • go
  • make (Already preinstalled on MacOS and Linux)
  • Node.js

Installation

Make sure to have your ~/go/bin folder on PATH

Run once to install the required tools and libraries

make install

Start Dev Environment

make dev

Build Executable

Output folder: /build

make build