mirror of
https://github.com/anonklub/anonklub.git
synced 2026-01-10 18:37:55 -05:00
* refactor: update ui with latest halo2-eth-membership-worker version * fix: delete uneeded changeset files * refactor: react hook for verify proof with the latest worker changes
@anonklub/ui
Build
pnpm run build.docker.ui
Run
docker run -p 3000:3000 anonklub-ui
Deploy
# in monorepo root folder
fly deploy \
--config ui/fly-staging.toml \
--dockerfile ui/Dockerfile \
--local-only # often getting errors when using fly remote builder