https://github.com/chancehudson/uikit
https://github.com/chancehudson/uikit
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/chancehudson/uikit
- Owner: chancehudson
- Created: 2022-01-29T03:03:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T05:08:10.000Z (over 4 years ago)
- Last Synced: 2025-04-28T14:05:41.960Z (about 1 year ago)
- Language: JavaScript
- Size: 860 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uikit [](https://app.circleci.com/pipelines/github/vimwitch/uikit?branch=main&filter=all)
A working repo for building Ethereum uikit components.
View the site [here](https://uikit.jchancehud.workers.dev).
## Working
Put WIP components in a separate branch and then merge/push to main when you're ready to showcase it. **Make sure the demosite looks correct on your local machine before pushing (see "React Development" below)**. Have fun!
## Structure
### `packages/demosite`
A react website showcasing each component.
### `packages/kit`
A package exporting various ui components and styles.
## Use
`npx lerna bootstrap --force-local`
### React Development
Inside the `packages/demosite` use `npm run dev` to start a local webpack server. This will not SSR.
### Worker Development
Use `npx wrangler dev` to test the worker script. Must have a Cloudflare `account_id` in `wrangler.toml`.