-
Notifications
You must be signed in to change notification settings - Fork 27
Installation
Anthony Law edited this page Jun 9, 2020
·
1 revision
- Node.js 8, 9 or 10
- Clone the project.
git clone https://github.com/nemfoundation/symbol-explorer.git
- Install the required dependencies.
cd symbol-explorer
npm install
- Run the explorer application.
npm run dev
- Visit http://localhost:8080/#/ in your browser.