https://github.com/blocklet/component-demo
https://github.com/blocklet/component-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blocklet/component-demo
- Owner: blocklet
- License: other
- Created: 2021-03-28T07:03:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T06:42:08.000Z (over 2 years ago)
- Last Synced: 2024-01-05T07:35:41.528Z (over 2 years ago)
- Language: JavaScript
- Size: 2.76 MB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Component Demo Blocklet
Combining multiple blocklets together
## Launch on Blocklet Server
[](https://install.arcblock.io/?action=blocklet-install&meta_url=https%3A%2F%2Fgithub.com%2Fblocklet%2Fcomponent-demo%2Freleases%2Fdownload%2Fv1.2.27%2Fblocklet.json)
## Run and debug in local
```shell
yarn global add @blocklet/cli
git clone git@github.com: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](LICENSE) file.