Files

37 lines
537 B
Markdown
Raw Permalink Normal View History

# 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