Skip to content

kinematic-ci/machinery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machinery

A general purpose task automation platform.

For user documentation visit the official documentation page

Building

You need Golang 1.14+ and NodeJS 10+ and Yarn to build from sources

  • To start the backend, cd into server and go run main.go -tasks ../tasks
  • To start the frontend, cd into client and yarn start