tree: 2a093443b01d653501dcb154fbaa27410348d10d [path history] [tgz]
  1. static/
  2. templates/
  3. BUILD.bazel
  4. COPYING
  5. feeds.go
  6. main.go
  7. README.md
  8. views.go
hswaw/site/README.md

hackerspace.pl landing page

Status

Work in progress. Not ready/deployed yet.

Introduction

This is a service which rans 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

And point your web browser to 127.0.0.1:8080.

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