Skip to content

Latest commit

 

History

History

demo-site

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This is a Next.js project bootstrapped with create-next-app.

This app is designed to demonstrate the front-end tooling of the skaleboarder ecosystem.

Most of the magic happens in the _app.tsx page.

You'll notice that addresses.json is a symlink to the demo-contracts package in this mono repo.

Running locally

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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