https://github.com/lingbopro/material-me
[🚧WIP] Material-Me is a front-end Web Components library designed with reference to Material You.
https://github.com/lingbopro/material-me
material-design material-ui material-you web-components wip
Last synced: about 1 year ago
JSON representation
[🚧WIP] Material-Me is a front-end Web Components library designed with reference to Material You.
- Host: GitHub
- URL: https://github.com/lingbopro/material-me
- Owner: lingbopro
- License: mit
- Created: 2024-11-26T11:57:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T02:32:41.000Z (over 1 year ago)
- Last Synced: 2025-04-10T00:51:55.983Z (about 1 year ago)
- Topics: material-design, material-ui, material-you, web-components, wip
- Language: TypeScript
- Homepage:
- Size: 179 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Material-Me
Material-Me is a front-end Web Components library designed with reference to Material You.
Material-Me 是一个前端 Web Components 库,其设计参考了 Material You。
##### NOTE: This library is still in WIP, do not use it for production.
##### 注意:该库仍处于 WIP 状态,请勿将其用于生产。
## Development
prerequisites:
- `Git` installed
- `Node.js` installed (preferably `>= 22.1.0`)
- `pnpm` installed (preferably `>= 8`)
```bash
# clone the repo or your fork
git clone https://github.com/lingbopro/material-me.git
cd material-me
# install dependencies
pnpm install
# set up hooks
pnpm prepare
# do some modifications...
# build the project
pnpm build
# commit your changes
# NOTE: message should follow the Conventional Commits specification
# see commitlint.config.js
git commit -m ...
# push
git push
```