# hust_mirrors **Repository Path**: tttturtle-russ/hust-mirrors ## Basic Information - **Project Name**: hust_mirrors - **Description**: 华中科技大学开源镜像站前端静态网页 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://mirrors.hust.edu.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2023-12-27 - **Last Updated**: 2024-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HUST Mirror Website This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. ### Installation ``` $ yarn ``` ### Local Development ``` $ yarn start ``` This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. ### Build ``` $ yarn build ``` This command generates static content into the `build` directory and can be served using any static contents hosting service. ### Deployment Using SSH: ``` $ USE_SSH=true yarn deploy ```