- go
- nodejs
- yarn
- make build (build executable for all environment)
- make darwin (for mac)
- make linux (for linux)
- make windows (for windows)
The respective builds can be found in
- out/windows
- out/linux
- out/darwin
- ./out/${GOOS}/ivy --help
- make run.server
For development of the UI:
- cd web/frontend
- yarn start
- in web/frontend/src/index.js, uncomment
window.BaseURL = "http://localhost:4000"