Basic UI components for interacting with the CityCoin contract.
To view the UI locally:
- Download this repo (or clone it)
- Run
yarn install
- Run
yarn start
A new browser window will open to localhost:3000
.
The instructions above will spin up a local instance, but to host the code for access outside of the local environment:
- Clone the repository
- Setup a Cloudflare account
- Connect the repository to Cloudflare Pages