Skip to content

gkiely/pack

Repository files navigation

pack

Run pack. Get a persistent HTTPS instance.

Server install

On a new Linux server:

curl -fsSL https://pack.sh/server.sh | sudo sh

The setup script asks for your app domain, DNS provider, and DNS API key, installs the host dependencies, configures Caddy, and starts the pack supervisor.

Local install

On your local machine:

curl -fsSL https://pack.sh/install.sh | sh

The installer asks for your deploy host and release domain, then installs the pack CLI.

Deploy

From a project directory:

pack

pack precompiles your project into a single file executable, uploads it over SSH, and creates a persistent HTTPS instance.

Docs

Development

bun install
bun run start
bun test
bunx tsc --noEmit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors