Make sure to install the dependencies:
# npm
npm install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# bun
bun run dev
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