File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,15 @@ DCR is already implemented in 2 ways:
1111
1212### File Structure
1313
14+ ```
1415.
15- |
16- +- extension - contains files required to build DCR Chrome extension
17- +- src - contains internal module system which is the core of DCR (used in both modes)
18- +- web - contains a web-page related files which enable to run stand-alone web-page (which is deployed in Environments)
16+ +-- extension
17+ | - contains files required to build DCR Chrome extension
18+ +-- src
19+ | - contains internal module system which is the core of DCR (used in both modes)
20+ +-- web
21+ | - contains a web-page related files which enable to run stand-alone web-page (which is deployed in Environments)
22+ ```
1923
2024#### Thesis-regarded note
2125
You can’t perform that action at this time.
0 commit comments