oxc/website
2024-06-05 22:05:08 +08:00
..
patches fix(webpack): update pnpm lock file 2024-01-12 11:30:51 +08:00
playground chore: change website url to https://oxc.rs 2024-06-05 22:05:08 +08:00
src
.gitignore
index.html feat(playground): add some styles 2023-06-10 00:05:43 +08:00
package.json chore(deps): lock file maintenance website npm packages (#3511) 2024-06-03 00:04:53 +00:00
pnpm-lock.yaml chore(deps): lock file maintenance website npm packages (#3511) 2024-06-03 00:04:53 +00:00
README.md
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