Skip to content

buildstationorg/ethui

Repository files navigation

ETH UI Kit

This is an opinionated UI scaffolding kit for the Ethereum/EVM ecosystem. The technical stack is:

Getting started

git clone https://github.com/buildstationorg/ethui.git
cd ethui
npm install

Running the project

npm run dev

Default port is 3002. You can change the port in the package.json file.

"scripts": {
  "dev": "next dev -p 3002", // Change the port here to -p <port>
  "build": "next build",
  "start": "next start",
  "lint": "next lint"
},

Building the project

npm run build

Releases

No releases published

Packages

No packages published

Languages