2026-06-17 09:38:23 -07:00
|
|
|
# Hanzo Mds
|
2026-03-11 10:32:11 -07:00
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
A MinIO Components Library
|
|
|
|
|
|
|
|
|
|
## Tech Stack
|
|
|
|
|
- **Language**: TypeScript/JavaScript
|
|
|
|
|
|
|
|
|
|
## Build & Run
|
|
|
|
|
```bash
|
|
|
|
|
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
|