Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.15 KB

README_en.md

File metadata and controls

55 lines (34 loc) · 1.15 KB

#HyperCeiler official website

中文 | English

https://hyperceiler.sevtinge.cc

Here is the warehouse (front-end) of the HyperCeiler official website

Development

This website is built based on VitePress, and the website content is written in Markdown format.

1. Clone source code

git clone https://github.com/saraSakuHj/website.git

2. Install dependencies

# Use npm
npm install

# use yarn
yarn

# Use pnpm
pnpm install

3. Perform local preview

# Use npm
npm rundev

# use yarn
yarndev

# Use pnpm
pnpm run dev

contribute

Issues and Pull requests are welcome

If you want to translate website content into other languages, you need to add a folder for your language in the root directory of this project (such as en), and also need to add a folder in [.vitepress/locales](/.vitepress/ locales), add the configuration file for your language

grateful

For the list of contributors, see Contributors

Thanks to VitePress and VuePress (used) framework