Skip to content

usezuko/zuko-zk

Repository files navigation

Zuko - Frontend

Screenshot 2023-10-22 at 6 17 39 PM

A NextJS Frontend dApp.

Visit Zuko at the Deployed Netlify Website

Installation

Clone the repository

git clone https://github.com/usezuko/zuko-zk.git

Deployment

First install the dependencies with the following command:

npm install

Thereafter run the following command to run Zuko locally:

npm run dev