-
Clone the repository
-
Install dependencies
pnpm i
-
Create environment file
env.ts
at the rootexport default { PORT: 80, } as const;
-
Development mode (debug)
pnpm dev
-
Production build
pnpm build && pnpm start
Clone the repository
Install dependencies
pnpm i
Create environment file env.ts
at the root
export default {
PORT: 80,
} as const;
Development mode (debug)
pnpm dev
Production build
pnpm build && pnpm start