MaterialUI 4 theme config files
npm i @nuwe/mui-themeClone the repo
git clone https://github.com/nuwe-io/mui-themeInstall dependencies
npm installimport themeMode from "@nuwe/mui-theme";
import { createTheme } from "@material-ui/core";
const theme = createTheme(themeMode["dark"]);Checkout to the MAIN branch and modify the version of the package version
After that login and push to npm
npm login npm publish --access publicPush to the branch
git add .
git commit --m "RELEASE VERSION X.X.X"
git push --origin mainThis will automtically trigger vercel
You can get in touch via:
Edgar Gago Carrillo Add Contributor name here
or
Edgar Gago | hello@nuwe.io