Codex marketplace UI allowing buy and sell operations in the Codex decentralized storage network https://app.codex.storage
Go to file
Arnaud c791e76a4b
Fix icon size
2024-11-13 07:29:57 +07:00
.github/workflows Trigger CI 2024-11-01 15:10:43 +01:00
docker Set Nginx port from variable (#59) 2024-10-18 18:22:12 +03:00
e2e Use metadata from client 2024-11-01 20:23:47 +01:00
public Add wallet login 2024-11-07 13:47:59 +01:00
src Fix icon size 2024-11-13 07:29:57 +07: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 ui components 2024-11-11 09:40:43 +07:00
package.json Update ui components 2024-11-11 09:40:43 +07:00
playwright.config.ts Use build when running CI 2024-10-11 17:59:02 +02:00
postcss.config.json Add settings and peers integration and css nesting 2024-10-30 19:29:14 +01: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 Many improvements 2024-11-06 21:11:50 +01:00
vitest.config.ts Add unit tests and fix minor issues 2024-11-01 15:07:30 +01: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