# 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
# 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