Files
uikit/packages/demosite/README.md
2022-03-01 15:45:31 -06:00

624 B

uikit CircleCI

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.