Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 463 Bytes

File metadata and controls

29 lines (19 loc) · 463 Bytes

Strategy Coin Website

A React-based website for Strategy Coin built with Vite.

Development

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Deployment

This project is configured for deployment on Vercel. Simply connect your repository to Vercel and it will automatically deploy.

Tech Stack

  • React 18
  • Vite
  • JavaScript/JSX