https://github.com/dev-protocol/clubs-core
https://github.com/dev-protocol/clubs-core
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-protocol/clubs-core
- Owner: dev-protocol
- License: mit
- Created: 2022-08-09T19:54:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-30T09:44:44.000Z (8 months ago)
- Last Synced: 2025-06-30T10:40:46.591Z (8 months ago)
- Language: TypeScript
- Size: 9.06 MB
- Stars: 4
- Watchers: 7
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @devprotocol/clubs-core
## Development
### Debug general Clubs on local
Start your local Astro server with the following command:
```bash
yarn preview
```
And you can debug your local plugin by editing the files under the 'example' folder.
### UI Development
1. Run `yarn preview`
2. Define/upgrade WebComponents on src/ui/webcomponents
3. Edit ui-preview/src/pages/index.astro if needed