Tantri Kitchen Display
Installation
Installation of Tantri Kitchen Display
Development
Follow these steps to run this project locally.
Clone the repository
git clone [email protected]:tantri-id/tantri-kitchen-display.gitNavigate to the project directory
cd tantri-kitchen-displayInstall dependencies
npm installpnpm installyarn installbun installCreate a .env file
cp .env.example .envUpdate the .env file
VITE_API_URL_DEVELOPMENT=Start the development server
npm run devpnpm run devyarn devbun run devOpen your browser and go to the following URL
Open your IDE and Start Development!
Production
Building app for production
npm run buildpnpm run buildyarn buildbun run build
