Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 293 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 293 Bytes

Nebulas Explorer Front-End

Installation

# download explorer code
git clone [email protected]:nebulasio/explorer-front.git

# install dependency
yarn

# open http://localhost:8080/ in browser
yarn start

# run webpack production build, results will output to 'dist' folder
yarn build