tree: b0018c7ea6e9cf0a7d621cd4e1503259a620f0dc [path history] [tgz]
  1. calendar/
  2. static/
  3. templates/
  4. at.go
  5. BUILD.bazel
  6. COPYING
  7. deps.bzl
  8. events.go
  9. feeds.go
  10. main.go
  11. README.md
  12. spaceapi.go
  13. views.go
hswaw/site/README.md

hackerspace.pl landing page

Introduction

This is a service which runs the hackerspace.pl landing page. It's a relatively simple Go application serving mostly static files with some template rendering threwn in for good measure.

It replaces the old www-main app.

Running locally

$ bazel run //hswaw/site -- -hspki_disable

And point your web browser to 127.0.0.1:8080.

For interactive development, use ibazel run instead to automatically rebuild on file changes (templates, statics or even Go code).