mirror of
https://github.com/Kxsso/jcutmirror.git
synced 2026-03-27 15:27:02 +08:00
28 lines
924 B
Markdown
28 lines
924 B
Markdown

|
||
|
||
# 荆楚理工学院开源镜像站
|
||
|
||
荆楚理工学院开源镜像站是一个致力于助力开发者生长,方便荆楚校内外师生高效访问开源资源的非盈利计划。
|
||
我们旨在推动开源事业发展与提高华中地区开发资源可访问速度。
|
||
## Deployment
|
||
本站使用基于REACT的GatsByJS构建页面。
|
||
All static files must be mapped to `/static/*`.
|
||
|
||
## 特别感谢
|
||
本站基于浙江大学ZJUSCT开源的mirror-front与清华大学TUNA开源的tunasync项目,
|
||
感谢ZJUSCT与TUNA为国内开源生态作出的伟大贡献
|
||
UI Designer: [Rynco Maekawa](https://github.com/lynzrand)
|
||
|
||
## nstalling / Getting started
|
||
`yarn`
|
||
|
||
## Developing
|
||
`yarn run dev / vite`
|
||
|
||
or if you need:
|
||
|
||
`yarn only-build (Temporary solution)`
|
||
`yarn run serve`
|
||
|
||
Please refer to package.json if you want to learn more
|