Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 489 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 489 Bytes

PocketStore.io - Storefront

Setup

Make sure to install the dependencies:

# npm
npm install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build
npx pm2 start ecosystem.config.cjs

# bun
bun run build
bun x pm2 start ecosystem.config.cjs

Available under localhost:4000 or your Domain