- Frontend for lnstxbridge
- Running on https://lnswap.org
-
clone the repo and install requirements
git clone https://github.com/pseudozach/lnstxbridge-frontend.git
cd lnstxbridge-frontend && npm i
-
make required changes as per your environment to
.env
file -
start the app
npm run start
OR -
build and serve
npm run build && npm run serve
- visit
http://localhost:3001
docker buildx build --platform linux/amd64 -t pseudozach/lnstxbridge-frontend:latest .