oxc/website
2024-08-21 00:19:59 +00:00
..
patches fix(webpack): update pnpm lock file 2024-01-12 11:30:51 +08:00
playground refactor(website): rename fields in Playground from flag to flags (#5033) 2024-08-21 00:19:59 +00: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 chore: update logo and asset links 2024-07-14 13:38:35 +08:00
package.json chore(deps): update website npm packages (#4966) 2024-08-19 04:41:09 +00:00
pnpm-lock.yaml chore(deps): update website npm packages (#4966) 2024-08-19 04:41:09 +00:00
README.md feat(website): integrate oxc wasm into the playground (#404) 2023-06-03 10:20:50 +08:00
tsconfig.json build(website): use typescript (#3653) 2024-06-13 15:02:32 +08:00
vite.config.js feat: setup wasm parser for npm (#2221) 2024-01-30 21:40:10 +08:00

Website

Installation

corepack enable
pnpm i

Dev

pnpm run dev

Build

pnpm run build