From dd2f723f2233ef70939ef61c323738ae1af0dbf7 Mon Sep 17 00:00:00 2001 From: Paul Gadi Date: Mon, 19 Apr 2021 00:10:21 -0400 Subject: [PATCH] updated overview diagram --- README.md | 4 ++++ plantuml/overview.txt | 9 +++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0906df6..113c543 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ To deploy on IPFS we need to do the following steps: * The game is now deployed and can be accessed using the IPFS gateways listed on the Release Notes +## Game3.js Overview + +![Game3.js Overview](http://www.plantuml.com/plantuml/proxy?src=https://raw.github.com/alto-io/game3.js/main/plantuml/overview.txt) + ## Licenses [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](https://github.com/alto-io/game3.js/blob/master/LICENSE) \ No newline at end of file diff --git a/plantuml/overview.txt b/plantuml/overview.txt index 87891b0..605f475 100644 --- a/plantuml/overview.txt +++ b/plantuml/overview.txt @@ -9,11 +9,16 @@ package "game3.js" { [Scripts] -[hidden]-> [Packages] } -node package.json { +node Github_Actions { component build [ - npm run build + Release ] + +} + +node package.json { + component mint [ npm run mint ]