Skip to content

dalang-io/example-app-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Example Static App

A brutalist static landing page built with:

  • Caddy - Fast, modern web server with automatic HTTPS
  • HTMX - High power tools for HTML
  • DaisyUI - Tailwind CSS component library
  • Brutalist Design - Raw, honest aesthetic

Local Development

# Using Docker
docker build -t example-app-static .
docker run -p 8080:80 example-app-static

# Or with Caddy directly
caddy run --config Caddyfile --adapter caddyfile

Deploy to Dalang.io

  1. Push this repo to GitHub
  2. Connect your GitHub account on Dalang.io
  3. Select this repository and deploy
  4. Set port to 80 (or use the PORT environment variable)

Environment Variables

  • PORT - The port Caddy listens on (default: 80)

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •