Minimal, aesthetic Minecraft map studio site built with Vite + React, Tailwind CSS, HeroUI and Framer Motion.
Install dependencies:
npm install
Run dev server:
npm run dev
Build for production:
npm run build
Preview build:
npm run preview
Edit src/data/maps.js and add a new object with fields:
{
slug: 'unique-slug',
name: 'Display Name',
shortDesc: 'One sentence summary.',
longDesc: 'Full multi-line description',
difficulty: 'Beginner | Intermediate | Advanced',
status: 'In Development | Released | Planned',
images: ['/images/your-image.png']
}
Then place any images in public/images (here just /images root since Vite serves from project root)
Update tailwind.config.js colors section.
© 2025 FlorTMaps. All rights reserved. Created By Yivani.