main-belt.space

Landing for some useful tools and resources

Stars
0
Committers
1

belt

zero.alpha.belt

Project setup

#!/bin/bash
yarn install

Compiles and hot-reloads for development

#!/bin/bash
yarn run serve

Compiles and minifies for production

#!/bin/bash
yarn run build

Run your tests

#!/bin/bash
yarn run test

Lints and fixes files

#!/bin/bash
yarn run lint

Customize configuration

See Configuration Reference.

Docker

Docker container published in private docker hub repo as cptnsolo/zero.alpha.belt:latest and used as an image in lnd-dockers repo.

To rebuild container docker

#!/bin/bash
docker build -t cptnsolo/zero.alpha.belt .