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


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

Click the "Open in Gitpod" button, Gitpod will start ABT Node and the blocklet.

``shell``
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
The code is licensed under the MIT license found in the
LICENSE file.