Skip to main content
Version: Current

Installation

Prerequisites

  • Node.js (LTS recommended)
  • npm or yarn

Steps

  1. Clone the repository

    git clone git@github.com:bucssatech22/CSSA-Website.git
    cd CSSA-Website
  2. Install dependencies

    npm install
  3. Start the development server

    npm start

    Default URL: http://localhost:3000

Notes

  • The page auto-reloads on file save; no restart needed
  • Official documentation: React documentation