This project was bootstrapped with Create React App, it's a simple demo purpose Blocklet that runs on ABT Node.
Click the "Open in Gitpod" button, Gitpod will start ABT Node and the blocklet.
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
(Coming Soon)
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.
The code is licensed under the MIT license found in the LICENSE file.