1
0
Fork 0
hscloud/hswaw/site
q3k 08c32996e5 hswaw: deploy 1405
Change-Id: If765bdc35d662d644701d2b81a3817ac56ccecb9
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1406
Reviewed-by: informatic <informatic@hackerspace.pl>
2022-11-07 00:24:09 +00:00
..
calendar
static
templates
BUILD.bazel hswaw: deploy 1405 2022-11-07 00:24:09 +00:00
COPYING
README.md
at.go
deps.bzl
events.go
feeds.go
main.go hswaw/site: fix catch-all, add robots.txt 2022-11-07 00:24:09 +00:00
spaceapi.go
views.go hswaw/site: fix catch-all, add robots.txt 2022-11-07 00:24:09 +00:00

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).