Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rechronorain/website
HyperCeiler/Cemiuiler Official Website
https://github.com/rechronorain/website
Last synced: 5 days ago
JSON representation
HyperCeiler/Cemiuiler Official Website
- Host: GitHub
- URL: https://github.com/rechronorain/website
- Owner: ReChronoRain
- License: agpl-3.0
- Created: 2023-05-21T13:21:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T10:13:29.000Z (3 months ago)
- Last Synced: 2024-08-15T01:25:38.514Z (3 months ago)
- Language: CSS
- Homepage: https://hyperceiler.sevtinge.cc
- Size: 12.5 MB
- Stars: 9
- Watchers: 4
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: Support.md
Awesome Lists containing this project
README
# HyperCeiler 官方网站
中文 | [English](/README_en.md)
https://hyperceiler.sevtinge.cc
这里是 HyperCeiler 官网的仓库(前端)。
## 开发
本站基于 [VitePress](https://vitepress.dev) 建立,网站内容均使用 Markdown 格式书写。
### 1. 克隆源码
```bash
git clone https://github.com/saraSakuHj/website.git
```### 2. 安装依赖
```bash
# 使用 npm
npm install# 使用 yarn
yarn# 使用 pnpm
pnpm install
```### 3. 进行本地预览
```bash
# 使用 npm
npm run dev# 使用 yarn
yarn dev# 使用 pnpm
pnpm run dev
```## 贡献
欢迎提出 Issue 和 Pull request!
如果您想将网站内容翻译为其他语言,您需要在本项目根目录新增您语言的文件夹 (如 [en](/en)),同时需要在 [.vitepress/locales](/.vitepress/locales) 中新增您语言的配置文件。
## 感谢
贡献者列表参阅 [Contributors](https://github.com/ReChronoRain/website/graphs/contributors)
感谢 [VitePress](https://vitepress.dev) 以及 [VuePress](https://v2.vuepress.vuejs.org)(曾使用) 框架