A React application for configuring Gridfinity storage systems.
This project uses npm or pnpm for package management.
# Using npm
npm install
# Or using pnpm
pnpm install# Using npm
npm start
# Or using pnpm
pnpm startThe application will be available at http://localhost:3000.
# Using npm
npm run build
# Or using pnpm
pnpm build/public- Static assets and HTML template/src- Source codeindex.js- Application entry pointApp.js- Main application component