Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 523 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 523 Bytes

CityCoin UI

Basic UI components for interacting with the CityCoin contract.

Testing

To view the UI locally:

  1. Download this repo (or clone it)
  2. Run yarn install
  3. Run yarn start

A new browser window will open to localhost:3000.

Hosting

The instructions above will spin up a local instance, but to host the code for access outside of the local environment:

  1. Clone the repository
  2. Setup a Cloudflare account
  3. Connect the repository to Cloudflare Pages