Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 870 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 870 Bytes

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