File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ To deploy on IPFS we need to do the following steps:
4242
4343* The game is now deployed and can be accessed using the IPFS gateways listed on the <a href =" ../../releases " >Release Notes</a >
4444
45+ ## Game3.js Overview
46+
47+ ![ Game3.js Overview] ( http://www.plantuml.com/plantuml/proxy?src=https://raw.github.com/alto-io/game3.js/main/plantuml/overview.txt )
48+
4549## Licenses
4650
4751[ ![ 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 )
Original file line number Diff line number Diff line change @@ -9,11 +9,16 @@ package "game3.js" {
99 [Scripts] -[hidden]-> [Packages]
1010}
1111
12- node package.json {
12+ node Github_Actions {
1313
1414 component build [
15- npm run build
15+ Release
1616 ]
17+
18+ }
19+
20+ node package.json {
21+
1722 component mint [
1823 npm run mint
1924 ]
You can’t perform that action at this time.
0 commit comments