Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 2.15 KB

README.md

File metadata and controls

54 lines (36 loc) · 2.15 KB

React Demo

This project was bootstrapped with Create React App, it's a simple demo purpose Blocklet that runs on ABT Node.

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

If you have not installed ABT Node locally, you can do it using the following:

yarn global add @abtnode/cli

You can get more details from Get started with ABT Node page or if you need help installing ABT Node.

Clone the repo and start development using a debug mode ABT Node instance inside this project:

git clone [email protected]:blocklet/react-demo.git
cd react-demo
yarn
abtnode init --mode debug
abtnode start
blocklet dev

Bundle and Package

(Coming Soon)

Install to your ABT Node

If you have your own ABT Node and just want to try out this blocklet, simply click the following button to install: Install on My ABT Node

Or alternatively, you can find install this demo blocklet in Blocklets Marketplace or from the "Blocklet/Marketplace" menu in your ABT Node console.

Learn more about ABT Node and Blocklet

License

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