Skip to content

Commit 847c3be

Browse files
committed
Update readme
1 parent abf09e1 commit 847c3be

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# MUI Theme Builder
22

3+
Live app: https://petertyliu.github.io/mui-theme-builder/
4+
35
Use this app to build/generate a basic MUI theme, which you can customize further by referring to the [MUI theming docs](https://mui.com/material-ui/customization/theming). Compatible with MUI 5 and higher.
46

57
Inspired by (but not forked from) [bareynol's MUI theme creator](https://bareynol.github.io/mui-theme-creator)
8+
9+
## Running locally
10+
11+
```bash
12+
# Install packages
13+
npm i
14+
15+
# Run app
16+
npm run dev
17+
```

0 commit comments

Comments
 (0)