static-demo-blocklet
v1.1.10
Published
Demo blocklet that shows how to serve a static html5 game with ABT Node
Downloads
1
Readme
static-demo-blocklet
Demo blocklet contains only static files, which is an html5 game
Install on my ABT Node
Run and debug in the cloud with Gitpod
Click the "Open in Gitpod" button, Gitpod will start ABT Node and the blocklet.
Run and debug locally
yarn global add @abtnode/cli
git clone [email protected]:blocklet/static-demo.git
cd static-demo
abtnode init --mode debug
abtnode start
blocklet dev
License
The code is licensed under the MIT license found in the LICENSE file.