Banner

MyCodingZone

nextjs
typescript

Lakshyaraj Dash • Sun 13 April 2025


Mystry Message is an annonymous messaging project.

Tech Stacks

  • Framework: NextJS
  • Language: Typescript
  • UI: TailwindCss & Shadcn UI

Install all the dependencies

  • Note: Some dependencies may not support reactjs v19.0.0, use --force or --legacy-peer-deps with the installation command
pnpm install
# OR: pnpm install --force
# OR: pnpm install --legacy-peer-deps

Start the development server

pnpm dev

Build the website

pnpm build

Start the production server

  • Note: It requires build directory, made with the build command
pnpm start