The official landing page for Doeng World, a Minecraft RPG Adventure server featuring crossplay (Java & Bedrock), custom dungeons, and unique MMO mechanics.
This project is built using modern frontend technologies for high performance and easy maintenance:
- Framework: React (via Vite)
- Language: TypeScript
- Styling: Tailwind CSS
- Icons: Lucide React
- Animations: Framer Motion (Optional)
- Deployment: Nginx & PM2 on Linux VPS
Follow these steps to run the project on your local machine:
-
Clone the repository
git clone https://github.com/unkronnn/doeng.world.git cd doeng.world -
Install dependencies
npm install
-
Start the development server
npm run dev
Open
http://localhost:5173to view it in the browser.
To create an optimized production build:
npm run build