Skip to content

Repository files navigation

Magic Unicorn Tech Website

A modern React website built with Vite, featuring responsive design and smooth animations.

Website Preview

Magic Unicorn Tech Website

Quick Start with Docker

Prerequisites

  • Docker
  • Docker Compose

Deploy with Single Command

# Make deploy script executable and run deployment
./deploy.sh

# For clean build (removes old images)
./deploy.sh --clean

Or manually with Docker Compose:

docker compose up --build -d

The site will be available at http://localhost:7878

Stop the Application

docker compose down

View Logs

docker compose logs -f

Development

Local Development

npm install
npm run dev

Production Build

npm run build
npm run preview

Project Structure

src/
├── components/     # Reusable React components
├── pages/         # Page components
├── styles/        # CSS modules and global styles
├── services/      # API services
├── hooks/         # Custom React hooks
├── images/        # Static images and assets
└── utils/         # Utility functions

Tech Stack

  • React 18 - Frontend framework
  • Vite - Build tool and dev server
  • Tailwind CSS - Utility-first CSS framework
  • Framer Motion - Animation library
  • React Router - Client-side routing
  • Docker - Containerization
  • Nginx - Production web server

License

website-uc-1 is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0-or-later) — see LICENSE.

A commercial license is available for organizations that cannot meet the AGPL's network-copyleft obligations (for example, offering website-uc-1 as a hosted service without releasing their modifications). Contact licensing@unicorncommander.ai.

© 2026 Magic Unicorn Unconventional Technology & Stuff Inc.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages