ucan-wg / ucan-community-web

UCAN community site
https://ucan.xyz/
Apache License 2.0
37 stars 11 forks source link

UCAN Check

UCAN Check is a UCAN validator and explorer.

With UCAN Check, you can:

Try it

UCAN Check is live at: https://ucan.xyz

Setup

Install dependencies.

npm install

Develop

To work on the application locally:

npm run dev

Navigate to localhost:3000 in your web browser.

Build

Export a static build.

npm run build

The build outputs the static site to the build directory.