Update documentation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Eric NGUYEN 2022-08-16 15:17:34 +02:00
parent 5f8e011bc6
commit 7014f520b9
3 changed files with 16 additions and 13 deletions

View file

@ -4,22 +4,24 @@ The project is structured this way
```
.
├── docs Documentation folder
├── public Public folder in which the index.html
├── docs/ Documentation folder
├── public/ Public folder in which the index.html
│ import its resources
├── src Source folder for the react app
│ ├── assets Assets folder in which the react app
├── src/ Source folder for the react app
│ ├── assets/ Assets folder in which the react app
│ │ import its resources
│ ├── Components Components folder
│ ├── Enums Enums folder
│ ├── Interfaces Interface (+ types folder)
│ ├── test Setup folder for the tests
│ ├── tests Other tests + resources
│ ├── utils Utilities folder
│ ├── Components/ Components folder
│ ├── Enums/ Enums folder
│ ├── Events/ API Events folder
│ ├── Interfaces/ Interface (+ types folder)
│ ├── test/ Setup folder for the tests
│ ├── tests/ Other tests + resources
│ ├── utils/ Utilities folder
│ ├── workers/ Webworkers folder
│ ├── index.scss Tailwind CSS extends
│ ├── main.tsx Entrypoint for App injection
│ └── vite-env.d.ts Types for .env files
├── test-server Tests servers to test the API
├── test-server/ Tests servers to test the API
│ ├── http.js Test server for bun.sh
│ └── node-http.js Test server for Node.js
├── azure-pipelines.yml Azure Pipelines YAML config file