Codex marketplace UI allowing buy and sell operations in the Codex decentralized storage network https://app.codex.storage
Go to file
Arnaud 32af4410c3
Update dependencies
2024-10-15 13:51:44 +02:00
.github/workflows Disable cache for playwright browsers 2024-10-11 19:08:43 +02:00
e2e Add test to ensure the CID is deleted when the file is deleted when creating a storage request 2024-10-14 16:49:14 +02:00
public Improve the storage request component 2024-09-13 12:25:30 +02:00
src Use ErrorBoundary for Peers and refresh to pins on mount 2024-10-15 13:51:33 +02:00
.eslintrc.cjs First commit 2024-08-22 17:41:44 +02:00
.gitignore Add tests 2024-10-10 19:14:27 +02:00
LICENSE-APACHEv2 Add licence files 2024-08-29 19:39:59 +02:00
LICENSE-MIT Add licence files 2024-08-29 19:39:59 +02:00
README.md Update dependencies and set Sentry 2024-08-30 17:26:27 +02:00
index.html Add favicon 2024-08-29 18:48:01 +02:00
package-lock.json Update dependencies 2024-10-15 13:51:44 +02:00
package.json Update dependencies 2024-10-15 13:51:44 +02:00
playwright.config.ts Use build when running CI 2024-10-11 17:59:02 +02:00
prettier.config.cjs First commit 2024-08-22 17:41:44 +02:00
tsconfig.app.json First commit 2024-08-22 17:41:44 +02:00
tsconfig.json First commit 2024-08-22 17:41:44 +02:00
tsconfig.node.json Fix version build 2024-09-26 19:44:35 +02:00
vite.config.ts Fix version build 2024-09-26 19:44:35 +02:00

README.md

Codex Marketplace UI

This project provide Marketplace UI for Codex.

Philosophy

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

Prerequisites

  • Node 18+

Install

Run the npm install command:

npm install

Run

npm run dev