oxc/website
2023-06-07 23:18:29 +08:00
..
playground fix(playground): fix spelling 2023-06-07 23:18:29 +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(playground): persist code into url param 2023-06-07 20:25:21 +08:00
pnpm-lock.yaml feat(playground): persist code into url param 2023-06-07 20:25:21 +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