1. Chocolatey 설치

2. mkcert 설치

3. init-https.sh 파일 생성

4. server.mjs, localhost-key.pem, localhost.pem 파일 생성

5. package.json 설정 수정

"scripts": {
    "dev": "node server.js",
    "build": "next build",
    "start": "node server.js",
    "lint": "next lint",
    "postbuild": "next-sitemap"
  }

6. npm run dev