mirror of
https://github.com/AtHeartEngineer/uikit.git
synced 2026-01-08 20:37:55 -05:00
624 B
624 B
uikit 
A working repo for building Ethereum UIKit components.
View the site here.
Use
npm install
React Development
Use npm run dev to start a local webpack server. This will not SSR.
SSR Development
Use npm run dev:ssr to ssr using express. For SSR tuning.
Worker Development
Use npx wrangler dev to test the worker script. Must have a Cloudflare account_id in wrangler.toml.