The frontend for MACHine for data processing platform.
This is a Next.js project.
The backend service https://github.com/joaomg/mach.
This is a development version, still is (very) early days.
It's possible to create, edit and delete tenants.
git clone https://github.com/joaomg/machui.git
cd machui
npm install
# or
yarn
npm run dev
# or
yarn dev
If not already executing:
cd ~/mach
nimble run mach config/dev_localhost.cfg
See details in https://github.com/joaomg/mach