https://github.com/blocklet/profile-demo
https://github.com/blocklet/profile-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blocklet/profile-demo
- Owner: blocklet
- License: other
- Created: 2021-03-28T15:59:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-03T10:28:36.000Z (4 months ago)
- Last Synced: 2026-02-03T23:28:47.102Z (4 months ago)
- Language: JavaScript
- Size: 2.5 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
[](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.