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

https://github.com/dev-protocol/clubs-core


https://github.com/dev-protocol/clubs-core

Last synced: 7 months ago
JSON representation

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