Skip to content

dev-protocol/clubs-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 27, 2025
6ce7078 · Feb 27, 2025
Oct 23, 2024
Sep 3, 2024
Feb 27, 2025
Jan 31, 2024
Nov 25, 2024
Feb 26, 2025
Feb 27, 2025
Aug 29, 2023
Aug 29, 2023
Jan 4, 2023
Aug 9, 2022
Oct 7, 2024
Oct 12, 2024
Sep 2, 2024
Nov 25, 2024
Aug 17, 2022
Jul 31, 2024
Dec 19, 2024
Feb 27, 2025
Aug 9, 2022
Feb 19, 2025
Oct 20, 2023
Oct 21, 2022
Feb 27, 2025
Jul 31, 2024
Sep 9, 2022
Oct 7, 2024
Jul 31, 2024
Oct 26, 2023
Feb 26, 2024
Feb 27, 2025

Repository files navigation

@devprotocol/clubs-core

Development

Debug general Clubs on local

Start your local Astro server with the following command:

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