Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 654 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 654 Bytes

get.bpkg.sh

An installer script living at the https://get.bpkg.sh for bpkg

Usage

curl https://get.bpkg.sh | bash

Development

Install dependencies first:

bpkg install

Tag Generation

Tags can be generated by running:

bpkg run generate

Local Server

Prerequisites

Install serve or budo

Starting server
bpkg run server

You can optionally override the port the server listens on by setting the PORT environment variable which defaults to PORT=3000.