You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# download explorer code
git clone git@github.com: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