freealberta/README.md
2025-07-08 09:18:14 -06:00

2.1 KiB

Changemaker Lite

Changemaker Lite is a streamlined documentation and development platform featuring essential self-hosted services for creating, managing, and automating political campaign workflows.

Features

  • Homepage: Modern dashboard for accessing all services
  • Code Server: VS Code in your browser for remote development
  • MkDocs Material: Beautiful documentation with live preview
  • Static Site Server: High-performance hosting for built sites
  • Listmonk: Self-hosted newsletter and email campaign management
  • PostgreSQL: Reliable database backend
  • n8n: Workflow automation and service integration
  • NocoDB: No-code database platform and smart spreadsheet interface
  • NocoDB Map Viewer: Interactive map visualization for geographic data with real-time geolocation, walk sheet generation, and QR code integration

Quick Start

# Clone the repository
git clone https://gitea.bnkops.com/admin/changemaker.lite
cd changemaker.lite

# Configure environment (creates .env file)
./config.sh

# Start all services
docker compose up -d

Map & Production

Instructions on how to build the map are available in the map directory.

Instructions on how to build for production are available in the mkdocs/docs/build directory or in the site preview.

Services

Changemaker Lite is a collection of self-hosted services for creating, managing, and automating political campaign workflows.

Service Access

After starting, access services at:

Documentation

Complete documentation is available in the MkDocs site, including:

  • Service configuration guides
  • Integration examples
  • Workflow automation tutorials
  • Map application setup and usage
  • Troubleshooting guides

Visit http://localhost:4000 after starting services to access the full documentation.