Skip to content

Latest commit

 

History

History

README.md

zk-SQL frontend

This folder contains the frontend of the zk-SQL application.

The frontend is a Next.js project bootstrapped with create-next-app and deployed on Vercel.

Set env variables (see example .env.example)

nano .env

Install dependencies

yarn install

Run the development server

yarn dev

Open http://localhost:3000 with your browser to see the result.