/lnstxbridge-frontend

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

lnstxbridge-frontend

deploy to Vercel with 1-click

Deploy with Vercel

install

  • 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

use

  • visit http://localhost:3001

docker

docker buildx build --platform linux/amd64 -t pseudozach/lnstxbridge-frontend:latest .