Skip to content

Commit

Permalink
docs: add front docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xzchaoo committed May 11, 2023
1 parent 0e56bfe commit a7a9196
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/en/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
- [Test](dev-guide/test/README.md)
- [Test scenes](dev-guide/test/test-scenes.md)
- [Log](dev-guide/log/README.md)
- [Front](dev-guide/front/README.md)
- [Build](dev-guide/front/build.md)
- [Internals](dev-guide/internals/README.md)
- [Log multiline](dev-guide/internals/log-multiline.md)
- [GPU](dev-guide/internals/gpu.md)
Expand Down
2 changes: 2 additions & 0 deletions docs/src/en/dev-guide/front/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This directory contains documentation for the front-end code.
At present, many documents are missing and need to be improved.
16 changes: 16 additions & 0 deletions docs/src/en/dev-guide/front/build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Compile requirements:
- node
- yarn

Install dependencies
```bash
yarn
```

Build dist
```bash
yarn run build
```

Build result:
- dist/

0 comments on commit a7a9196

Please sign in to comment.