26 lines
334 B
Markdown
Raw Permalink Normal View History

2024-08-22 17:48:10 +02:00
# Codex Marketplace UI
2024-08-22 17:41:44 +02:00
2024-08-22 17:48:10 +02:00
This project provide Marketplace UI for Codex.
2024-08-22 17:41:44 +02:00
2024-08-22 17:48:10 +02:00
## Philosophy
2024-08-22 17:41:44 +02:00
2024-08-22 17:48:10 +02:00
This CSS is written with semantic style. For more details check this [link](https://maintainablecss.com/chapters/semantics).
2024-08-22 17:41:44 +02:00
2024-08-22 17:48:10 +02:00
## Prerequisites
2024-08-22 17:41:44 +02:00
2024-08-22 17:48:10 +02:00
- Node 18+
2024-08-22 17:41:44 +02:00
2024-08-22 17:48:10 +02:00
## Install
Run the npm install command:
```
npm install
```
## Run
```
npm run dev
```