bitcoin-services-home/README.md
2025-12-24 10:39:09 +01:00

629 B

Bitcoin Services Home

Static site generator for sharing self-hosted service information.

Usage

Build the site

make build

or

python3 build.py

Serve locally

make serve

Serves the site at http://localhost:8000

Deploy to remote server

make deploy

Before deploying, copy deploy.config.example to deploy.config and fill in your server details.

Edit config/services.json to customize content. Output is generated in dist/.

Structure

  • src/ - Template and styles
  • config/services.json - Site configuration
  • dist/ - Generated output (gitignored)