The third iteration of devrim.tech built with Next.js and hosted with Vercel
If you want to use this website as a template please feel free to do so. Make sure to message me if you do because I would love to see what other people have made!
-
Install pnpm
curl -fsSL https://get.pnpm.io/install.sh | sh -
-
Install dependencies
pnpm i
-
Create SSL files (optional)
pnpm run cert
-
View SSL build (optional)
pnpm run ssl
-
View unsecure build
pnpm run dev
-
Build fully
pnpm run build