Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

server

Quickstart

bun install

To run:

bun run dev

open http://localhost:3000

Configuration

The following env vars are supported:

  • PORT sets the port the HTTP server runs on

  • DEADMAN_STATE_FILE the file to store sqlite state to

Docker

The app runs in docker by building the Dockerfile at the root of the project