Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 707 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 707 Bytes

Profile Demo Blocklet

Blocklet that show profile of login user, can be combined by other blocklets.

Launch on Blocklet Server

Launch on Blocklet Server

Run and debug in local

yarn global add @blocklet/cli
git clone git@github.com:blocklet/profile-demo.git
cd profile-demo
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.