Logo
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.git

Navigate to the project directory

cd tantri-kitchen-display

Install dependencies

npm install
pnpm install
yarn install
bun install

Create a .env file

cp .env.example .env

Update the .env file

VITE_API_URL_DEVELOPMENT=

Start the development server

npm run dev
pnpm run dev
yarn dev
bun run dev

Open your browser and go to the following URL

Open your IDE and Start Development!


Production

Building app for production

npm run build
pnpm run build
yarn build
bun run build