An open API service indexing awesome lists of open source software.

https://github.com/blocklet/profile-demo


https://github.com/blocklet/profile-demo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Profile Demo Blocklet

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

## Launch on Blocklet Server

[![Launch on Blocklet Server](https://assets.arcblock.io/icons/launch_on_blocklet_server.svg)](https://install.arcblock.io/?action=blocklet-install&meta_url=https%3A%2F%2Fgithub.com%2Fblocklet%2Fprofile-demo%2Freleases%2Fdownload%2Fv1.17.1%2Fblocklet.json)

## Run and debug in local

```shell
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](LICENSE) file.