- create your own subparticles on zora.
- original work by dav
First, change into the ui directory
cd ui/Second, install packages
npm install
# or
yarn install
# or
pnpm install
# or
bun installNext, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.