Your one-stop solution for all you restaurant management.
- Node.js 18+
- npm 9+
- Clone the repository
- Install dependencies:
npm install- Copy the environment template:
cp .env.example .env- Update the
.envfile with your configuration - Start the development server:
npm run devsrc/
├── assets/ # Images and static files
├── components/ # Reusable UI components
├── config/ # Configuration files
├── contexts/ # Context for shared pages
├── hooks/ # Custom React hooks
├── lib/ # Utils for common func
├── pages/ # Page components
├── store/ # Redux store configuration
├── types/ # TypeScript type definitions
└── utils/ # Utility functions
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLint
See .env.example for all available configuration options.
MIT License - See LICENSE file for details