Developing for MinIO Console - cesnietor/dev-docs GitHub Wiki
Notes
See https://github.com/minio/console/blob/master/DEVELOPMENT.md notes for more info.
Run MinIO Server
You need MinIO server running so that Console can connect to it.
Run minio locally in minio/
after building it:
./minio server ~/Data
For portal-ui
To fix prettify issues:
make prettify