Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 1.18 KB

README.md

File metadata and controls

71 lines (46 loc) · 1.18 KB

Minesweeper

A Minesweeper game built with React, TypeScript, and Tailwind CSS, powered by Vite.

Features

- 🚀 Fast Development with Vite
- 🎨 Styled with Tailwind CSS
- ⚛️ React-based UI
- ✅ Linting with ESLint
- 📜 Markdown Support via react-markdown

Installation

Clone the repository and install dependencies:

git clone https://github.com/YOUR_GITHUB_USERNAME/proj-minesweeper.git
cd proj-minesweeper
npm install

Usage

Development Server

Run the development server with hot-reloading:

npm run dev

Build for Production

Generate the production build:

npm run build

Preview Production Build

Serve the built project locally:

npm run preview

Linting

Check for linting issues:

npm run lint

Technologies Used

- React 18 - UI framework
- TypeScript - Type-safe development
- Vite - Fast build tool
- Tailwind CSS - Utility-first CSS framework
- ESLint - Code linting

Contributing

Feel free to fork this repository and submit pull requests. If you find any issues, please open an issue.

License

This project is licensed under the MIT License.