Skip to content

Mirailisc/comet

Repository files navigation

eslint vercel

Comet

Personal Portfolio website

Prerequisite

  • Docker (optional)
  • Node.js v18 with PNPM
  • VSCode

Setup for Development and Production

  • Clone this repository
  • install dependencies
$ pnpm install

Development

$ pnpm dev

Production

$ pnpm build

and

$ pnpm preview

Deploy with Docker and Nginx

run this command

$ docker compose up -d app