jaysonkartz / Sandy_POS

0 stars 0 forks source link

Point-of-Sales System, Dynamic Pricing

Create .env

Populate .env with details from .env.example

Install dependencies

npm install -g pnpm

pnpm install

Start in development mode

pnpm dev

Start in production mode

pnpm build

pnpm start