26 lines
334 B
Markdown
26 lines
334 B
Markdown
# Codex Marketplace UI
|
|
|
|
This project provide Marketplace UI for Codex.
|
|
|
|
## Philosophy
|
|
|
|
This CSS is written with semantic style. For more details check this [link](https://maintainablecss.com/chapters/semantics).
|
|
|
|
## Prerequisites
|
|
|
|
- Node 18+
|
|
|
|
## Install
|
|
|
|
Run the npm install command:
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
## Run
|
|
|
|
```
|
|
npm run dev
|
|
```
|