/evm-dis-app

proof of concept front end app for evm-dis

Primary LanguageTypeScript

evm-dis-app

Serves as a proof of concept front end application for evm-dis. Can be run locally, or there is also a hosted version here.

Installation/Getting Started

Using Node Version Manager (https://github.com/nvm-sh/nvm): nvm use

Install: npm install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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