Skip to content

Repository files navigation

FlorTMaps Website

Minimal, aesthetic Minecraft map studio site built with Vite + React, Tailwind CSS, HeroUI and Framer Motion.

Getting Started

Install dependencies:

npm install

Run dev server:

npm run dev

Build for production:

npm run build

Preview build:

npm run preview

Adding / Editing Maps

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)

Customizing Colors

Update tailwind.config.js colors section.

License

© 2025 FlorTMaps. All rights reserved. Created By Yivani.

About

made by @Yivani

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages