https://github.com/eva-engine/eva-engine.github.io
eva engine document
https://github.com/eva-engine/eva-engine.github.io
Last synced: 10 months ago
JSON representation
eva engine document
- Host: GitHub
- URL: https://github.com/eva-engine/eva-engine.github.io
- Owner: eva-engine
- Created: 2021-01-21T23:00:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T03:31:17.000Z (over 1 year ago)
- Last Synced: 2025-06-24T07:09:01.654Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://eva.js.org
- Size: 25.4 MB
- Stars: 9
- Watchers: 6
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ npm install
```
### Local Development
```
$ npm 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
```
$ npm run build
```
### Deployment
```
$ npm run deploy
```
执行完成后,英文版网站会自动更新,中文版网站需要打开gitee的gh-pages页面手动发布一次,命令结束后会自动打开[gitee页面](https://gitee.com/eva-engine/eva-engine/pages)。