Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (30 loc) · 643 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 643 Bytes

原神高级中学

只是一个 普普通通的 关于杭州高级中学的网站罢了。

开始使用

先决条件:

  • Node.JS >= 18.0.0
  • yarn
  • git
// Clone repository
$ git clone https://github.com/MinoriceOwO/genshin-senior-high

// Install dependencies
$ yarn install

启动开发服务器

执行下列命令, 开发服务器将于 http://localhost:3000 启动:

# Run developmental server
$ yarn dev

生成生产构建并启动

执行下列命令以生成生产构建:

# Build
$ yarn build

启动生产构建

# Start production server
$ yarn preview