Installation
Prerequisites
Install Node and Yarn
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
nvm install node
nvm install-latest-npm
npm install --global yarnInstall
Clone from our repo
git clone https://github.com/CryptoNodeID/explorer.gitBuild
cd explorer
yarn --ignore-engines && yarn buildSetup nginx
Last updated