oxc/website
IWANABETHATGUY ea90128b9f
chore(playground): 🐛 hide hir and minify since they are not available (#939)
1. hide hir and minify since they are not available
2. These two buttons would confuse user since they don't have any effect
for now.
2023-09-29 21:57:47 +13:00
..
patches feat(website): Improve autocomplete (#730) 2023-08-13 15:31:22 +08:00
playground chore(playground): 🐛 hide hir and minify since they are not available (#939) 2023-09-29 21:57:47 +13: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 chore(deps): bump graphql from 16.7.1 to 16.8.1 in /website (#937) 2023-09-27 11:07:01 +13:00
pnpm-lock.yaml chore(deps): bump graphql from 16.7.1 to 16.8.1 in /website (#937) 2023-09-27 11:07:01 +13: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