Codex marketplace UI allowing buy and sell operations in the Codex decentralized storage network
https://app.codex.storage
c791e76a4b | ||
---|---|---|
.github/workflows | ||
docker | ||
e2e | ||
public | ||
src | ||
.eslintrc.cjs | ||
.gitignore | ||
LICENSE-APACHEv2 | ||
LICENSE-MIT | ||
README.md | ||
index.html | ||
package-lock.json | ||
package.json | ||
playwright.config.ts | ||
postcss.config.json | ||
prettier.config.cjs | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts | ||
vitest.config.ts |
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