The official website of MCDReforged, built with:
- Production: https://mcdreforged.com
- Production (backup): https://mcdreforged.vercel.app
- Development: https://mcdreforged-dev.vercel.app (associated with the dev branch)
Install requirements
npm install
Run dev server
npm run dev
Build
npm run build