Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 692 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 692 Bytes

Component Demo Blocklet

Combining multiple blocklets together

Launch on Blocklet Server

Launch on Blocklet Server

Run and debug in local

yarn global add @blocklet/cli
git clone [email protected]:blocklet/component-demo.git
cd component-demo
cp .env.bac .env
yarn
blocklet server init -f --mode debug
blocklet server start
blocklet dev

License

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