- Install Node.JS
- Install yarn via
npm install -g yarn@latest
- Check version via
yarn --version
- Clone repository to your PC:
git clone https://github.com/bandiwor/light-explorer
- Open directory with project & run:
yarn
- Start project:
yarn start
- Open your browser at:
http://localhost:3000