oxc/website
2023-07-24 21:01:16 +08:00
..
playground feat(website): store the last edited code (#496) 2023-06-29 10:26:12 +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(playground): add some styles 2023-06-10 00:05:43 +08:00
package.json fix(website): fix base url 2023-07-24 21:01:16 +08:00
pnpm-lock.yaml fix(website): update pnpm lock file 2023-06-22 10:54:36 +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