只是一个 普普通通的 关于杭州高级中学的网站罢了。
先决条件:
Node.JS
>= 18.0.0yarn
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