Codex Marketplace UI components resuable for the Codex decentralized storage network. https://storybook.codex.storage
Go to file
Arnaud 68907ce2f3
Fix worker build
2024-08-20 16:10:02 +02:00
.storybook Initial commit 2024-08-20 15:57:58 +02:00
components Add space allocation component 2024-08-20 15:57:59 +02:00
stories Add space allocation component 2024-08-20 15:57:59 +02:00
utils Initial commit 2024-08-20 15:57:58 +02:00
.gitignore Change build instructions 2024-08-20 15:57:59 +02:00
README.md Change build instructions 2024-08-20 15:57:59 +02:00
package-lock.json Move dependencies 2024-08-20 16:02:49 +02:00
package.json Move dependencies 2024-08-20 16:02:49 +02:00
vite-env.d.ts Change build instructions 2024-08-20 15:57:59 +02:00
vite.config.ts Fix worker build 2024-08-20 16:10:02 +02:00

README.md

Codex Marketplace Components

This project provide UI components for Codex Marketplace.
It's in pre-alpha version, the API will change.

Philosophy

This CSS is written with semantic style. For more details check this link.

The components are designed for Codex Marketplace but they can be customized with CSS variables at the global level or at the component level (class or style).

Prerequisites

  • Node 18+

Install

Run the npm install command:

npm install

Run

npm run storybook

Build (for deployment)

npm run build-storybook

The files are generated under the folder storybook-static.

You can preview by using the command:

npm run preview