Skip to content

Commit

Permalink
Updates documentation and README files
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadtalasila committed Mar 17, 2023
1 parent 622feb4 commit cbb8833
Show file tree
Hide file tree
Showing 8 changed files with 4,022 additions and 21 deletions.
19 changes: 2 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Motivation

Website for Digital Twin as a Service (DTaaS) software. This software shall be used for creating a Digital Twin support platform for SMEs. A brief overview of the software is available in [this presentation](docs/DTaaS-overview.pdf).
Website for Digital Twin as a Service (DTaaS) software. This software shall be used for creating a Digital Twin support platform for SMEs. A brief overview of the software is available in [this presentation](docs/DTaaS-overview.pdf) and [recorded video](https://www.dropbox.com/s/mgxxf5chp9b130x/DTaaS%20presentation%20and%20brainstorming-20230317.mp4?dl=1).

This is a mono repo containing code for both the client (web browser) and server code.

Expand All @@ -14,22 +14,7 @@ bash script/install.bash

## For Client app (serves React Website)

```bash
cd client
yarn install #install the nodejs dependencies
yarn syntax #perform linting and static analysis
yarn build #build the react app into build/ directory

#one of the environments; specify only one; "dev" used the REACT_APP_ENV is not set
export REACT_APP_ENV= "dev | test | prod"
yarn configapp

yarn start #start the application
yarn test #UI testing of the application
yarn clean #clean the directory of temporary files
```

---
See these [instructions](client/README.md)

## Infrastructure Components

Expand Down
4 changes: 1 addition & 3 deletions docs/CLIENT.md → client/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Introduction

Client (frontend) for Digital Twin as a Service (DTaaS) software. This software shall be used for creating a Digital Twin support platform.

This is a mono repo containing code for the client (web browser).
Client (frontend) for Digital Twin as a Service (DTaaS) software. This software shall be used for providing a single page web application for the Digital Twin support platform.

---

Expand Down
Binary file modified docs/DTaaS-overview.pdf
Binary file not shown.
4,020 changes: 4,019 additions & 1 deletion docs/DTaaS.drawio

Large diffs are not rendered by default.

Binary file removed docs/architecture.png
Binary file not shown.
Binary file removed docs/current-status.png
Binary file not shown.
Binary file removed docs/demo-1.png
Binary file not shown.
Binary file removed docs/workflows.png
Binary file not shown.

0 comments on commit cbb8833

Please sign in to comment.