Skip to content

devrimtech/devrim.tech

Repository files navigation

Logo

devrim.tech - v3

The third iteration of devrim.tech built with Next.js and hosted with Vercel

Vercel Status

demo

🚨 Forks

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!

🛠 Installation & Set Up

  1. Install pnpm

    curl -fsSL https://get.pnpm.io/install.sh | sh -
  2. Install dependencies

    pnpm i
  3. Create SSL files (optional)

    pnpm run cert
  4. View SSL build (optional)

    pnpm run ssl
  5. View unsecure build

    pnpm run dev
  6. Build fully

    pnpm run build