https://github.com/feflow/feflow-site
Feflow official site source code and docs.
https://github.com/feflow/feflow-site
Last synced: 12 months ago
JSON representation
Feflow official site source code and docs.
- Host: GitHub
- URL: https://github.com/feflow/feflow-site
- Owner: feflow
- Created: 2019-03-21T12:47:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:45:47.000Z (over 3 years ago)
- Last Synced: 2025-02-24T05:09:58.674Z (over 1 year ago)
- Language: Shell
- Homepage: https://feflowjs.com
- Size: 3.71 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Feflow Site
Feflow official site source code and docs.
[中文文档](./README_zh-CN.md)
## How to develop
```sh
npm run docs:dev
```
## How to deploy
First, run this command:
```sh
npm run docs:build
```
Then, `cd` to `docs/.vuepress`, you can find the `dist` directory, and run this command:
```sh
tar zcvf dist.tar.gz dist
```
Finally, publish the `dist.tar.gz` package to our system.