An open API service indexing awesome lists of open source software.

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

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)。