hierarchical readme notes

pull/91/head
Vladimir Mandic 2021-03-17 12:01:54 -04:00
parent 6f823856f0
commit 681013b84b
5 changed files with 31 additions and 0 deletions

4
assets/README.md Normal file
View File

@ -0,0 +1,4 @@
# Human Library: Demos
Static assets used by `Human` library demos and/or referenced by Wiki pages

5
demo/README.md Normal file
View File

@ -0,0 +1,5 @@
# Human Library: Demos
For details see Wiki:
- [**Demos**](https://github.com/vladmandic/human/wiki/Demos)

5
models/README.md Normal file
View File

@ -0,0 +1,5 @@
# Human Library: Models
For details see Wiki:
- [**List of Models & Credits**](https://github.com/vladmandic/human/wiki/Models)

6
server/README.md Normal file
View File

@ -0,0 +1,6 @@
# Human Library: Dev Server & Build Scripts
For details see Wiki:
- [**Build Process**](https://github.com/vladmandic/human/wiki/Build-Process)
- [**Development Server**](https://github.com/vladmandic/human/wiki/Development-Server)

11
src/README.md Normal file
View File

@ -0,0 +1,11 @@
# Human Library: Sources
Source code of the `Human` library
- Compiled and bundled code for different targets are present in `/dist`
- Compiled typings are present in `/types`
- Extracted API specification is present in `/typedoc`
For details how to build the `Human` library see Wiki
- [**Build Process**](https://github.com/vladmandic/human/wiki/Build-Process)