Assuming you have node.js and npm
installed,
- Install yarn with
npm install -g yarn
and restart your terminal - Install
gulp
withnpm install --global gulp-cli
- Install all dependencies with
yarn install
- Run
gulp
in the root directory - Navigate to
localhost:3000
In the scripts
folder, there are more subfolders for the operating system you have. Navigate to the operating system you are using and run the deploy script. This will reflect new changes onto the Electrium website.