跳到主要内容
版本:Current

安装

前置要求

  • Node.js(建议 LTS 版本)
  • npm 或 yarn

步骤

  1. 克隆仓库

    git clone git@github.com:bucssatech22/CSSA-Website.git
    cd CSSA-Website
  2. 安装依赖

    npm install
  3. 启动开发服务器

    npm start

    默认访问:http://localhost:3000

说明