Skip to content

Commit

Permalink
Merge pull request #19 from simomosi/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
simomosi authored Jun 6, 2023
2 parents c50414b + e51f822 commit e20fa91
Show file tree
Hide file tree
Showing 3 changed files with 879 additions and 544 deletions.
3 changes: 0 additions & 3 deletions docs/dev/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ It will be useful if you pass me some code to try: you can use tools like CodePe
# Project Structure
Here is the UML Class Diagram to help you understand the project structure. Types are not specified for space reasons: the diagram is created using Mermaid which places elements automatically.

<!-- ![Class Diagram](./imgs/classdiagram.svg) -->
<!-- TODO: remove from assets if gh-deploy succeeds -->

```mermaid
classDiagram
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"scripts": {
"build": "yarn build:dev && yarn build:prod",
"build:dev": "webpack --env this_env=development",
"build:prod": "webpack --env this_env=production",
"build:diagrams": "mmdc -i docs/classdiagram.mmd -o docs/imgs/classdiagram.svg"
"build:prod": "webpack --env this_env=production"
}
}
Loading

0 comments on commit e20fa91

Please sign in to comment.