static-demo-blocklet

Demo blocklet that shows how to serve a static html5 game with ABT Node

Usage no npm install needed!

<script type="module">
  import staticDemoBlocklet from 'https://cdn.skypack.dev/static-demo-blocklet';
</script>

README

static-demo-blocklet

Demo blocklet contains only static files, which is an html5 game

Install on my ABT Node

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.

Open in Gitpod

Run and debug locally

yarn global add @abtnode/cli
git clone git@github.com: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.