Skip to content

kmteras/timenaut

Repository files navigation

Development of Timenaut has moved to GitLab

Timenaut

dashboard

processes

Downloading

The latest version is downloadable on GitHub or on the website.

Installing

For the optimal user experience with Linux using AppImageLauncher is the preferred way to install the AppImage.

Development

Windows requires npm install --vs2015 --global windows-build-tools in powershell with admin rights.

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint