Skip to content

SkyBehind/UC-1_Website

Repository files navigation

Magic Unicorn Tech Website

Quick Start with Docker

Prerequisites

  • Docker
  • Docker Compose

Deploy with Single Command

# Make deploy script executable
chmod +x scripts/deploy.sh

# Run deployment
./scripts/deploy.sh

Or manually with Docker Compose:

docker-compose up --build -d

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors