Loading...
Loading...
React 19 admin dashboard with Material UI v7, Vite 7, and MUI X Charts.
npx skill4agent add rebyteai-template/rebyte-skills mantis-react-admindistgit clone --depth 1 https://github.com/Eng0AI/mantis-react-admin-template.git .git clone --depth 1 https://github.com/Eng0AI/mantis-react-admin-template.git _temp_template
mv _temp_template/* _temp_template/.* . 2>/dev/null || true
rm -rf _temp_templaterm -rf .git
git inityarn installyarn buildvercel pull --yes -t $VERCEL_TOKEN
vercel build --prod -t $VERCEL_TOKEN
vercel deploy --prebuilt --prod --yes -t $VERCEL_TOKENnetlify deploy --prod --dir=distyarn startyarn lint # Check for issues
yarn lint:fix # Auto-fix issues
yarn prettier # Format code