A modern, responsive website for SoCal MIST — built for speed, style, and usability.
This repository contains the source code for the SoCal Mist Website, built to represent the energy and creativity of the SoCal MIST tournament. It features a clean, dynamic UI with smooth animations and responsive design — ensuring participants and visitors enjoy a fast, accessible experience across devices.
- React – Frontend library for building UI components
- Vite – Lightning-fast development environment and bundler
- Tailwind CSS – Utility-first CSS framework
- DaisyUI – Tailwind component library for styled components
- GitHub Pages – Static site hosting
- GitHub Actions – Automated deployment on push
- Clone the Repository
git clone https://github.com/your-username/SoCal-Mist-Website.git
cd SoCal-Mist-Website- Install Dependencies
Using npm:
npm installOr with Yarn:
yarnRun the development server with hot reloading:
npm run devThen visit: http://localhost:5173
To generate a production-ready build:
npm run buildThis outputs the final files in the dist/ directory.
This project uses GitHub Actions to deploy automatically to GitHub Pages on push.
If you'd like to deploy manually, use:
npm run deployThis will:
- Build the site (
npm run build) - Push the contents of the
distfolder to thegh-pagesbranch
Deployment now happens automatically when you
git pushtomain.
MIT License © 2025 SoCal MIST Team
