oxc/website
2023-06-06 19:20:40 +08:00
..
playground refactor(playground): some cleanups (#409) 2023-06-06 19:20:40 +08:00
src feat(website): init playground 2023-06-02 21:01:47 +08:00
.gitignore feat(website): init playground 2023-06-02 21:01:47 +08:00
index.html feat(website): init playground 2023-06-02 21:01:47 +08:00
package.json feat(website): add linter / minifier / formatter to the playground (#407) 2023-06-04 15:30:55 +08:00
pnpm-lock.yaml feat(website): add linter / minifier / formatter to the playground (#407) 2023-06-04 15:30:55 +08:00
README.md feat(website): integrate oxc wasm into the playground (#404) 2023-06-03 10:20:50 +08:00
vite.config.js feat(website): integrate oxc wasm into the playground (#404) 2023-06-03 10:20:50 +08:00

Website

Installation

corepack enable
pnpm i

Dev

pnpm run dev

Build

pnpm run build