Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 211 Bytes

File metadata and controls

21 lines (15 loc) · 211 Bytes

Parallel EVM Explorer Frontend

Checks before push

npm run format
npm run lint

Run

.env

NEXT_PUBLIC_API_SERVER=http://<your-server-host>:<port>
npm install
npm run dev