Install emscripten first (required for cardano-crypto.js lib, used by eckoWALLET).
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install 1.39.19
./emsdk activate 1.39.19
source ./emsdk_env.sh
cp .env.example .env
npm install
npm run build
Go to chrome://extensions/ and check the box for Developer mode in the top right. Click the Load unpacked extension button and select the build folder