- Install node and npm
- Setup global npm without sudo
git clone [email protected]:microcash/web-ui.git
cd web-ui
npm install
gulp
# download microcash release
# unzip
# copy mc64 to ./
chmod +x mc64
# copy mimes.txt to web/
mkdir -p wallets network
docker-compose build
docker-compose stop
docker-compose up