Skip to content

blocklet/minimalist-html-demo

Repository files navigation

Minimalist HTML Demo

A minimalist Blocklet demo with plain HTML. It's simple a web page.

Launch on Blocklet Server

Launch on Blocklet Server

Run and debug in the cloud with Gitpod

Click the "Open in Gitpod" button, Gitpod will start Blocklet Server and the blocklet.
Open in Gitpod

Run and debug locally

If you have not installed Blocklet Server localy, you can do it using the following command:

yarn global add @blocklet/cli

You can get more details on installing Blocklet Server by visiting the Get Started with Blocklet Server page.

Clone the repo and start development using Blocklet Server's Debug Mode for this Blocklet.

yarn global add @blocklet/cli
git clone git@github.com:blocklet/minimalist-html-demo.git
cd minimalist-html-demo
blocklet server init --mode debug
blocklet start
blocklet dev

Bundle and Package

(Coming Soon)

Install to your Blocklet Server

If you have your own Blocklet Server and just want to try out this blocklet, simply click the following button to install: Coming Soon

Or alternatively, you can find install this demo blocklet in Blocklets Marketplace or from the "Blocklet or Marketplace" action icsons from our Blocklet Server dashboard.

Learn more about Blocklet Server and Blocklets

License

The code is licensed under the MIT license found in the LICENSE file.