Files

537 B

Hanzo Mds

Overview

A MinIO Components Library

Tech Stack

  • Language: TypeScript/JavaScript

Build & Run

npm install && npm run build
npm test

Structure

mds/
  Dockerfile
  LICENSE
  Makefile
  README.md
  check-prettier.sh
  check-warnings.sh
  jest.config.js
  nginx.conf
  package.json
  rollup.config.mjs
  src/
  tsconfig.json

Key Files

  • README.md -- Project documentation
  • package.json -- Dependencies and scripts
  • Makefile -- Build automation
  • Dockerfile -- Container build