forked from hswaw/hscloud
Serge Bazanski
63ce423ebb
This deploys the changes in Id64cccadcd1e109035ed09f62086772fa615dd72 and I34163bbb62ba792d359a5f5e72de1024c0109eab . Turns out the site actually serves at new.hackerspace.pl and is being proxy-passed from boston-packets, as that for legacy reasons still has to live at hackerspace.pl. Change-Id: Ieaa3e8b6f9c4ced14db83c121e30c9cbaa416b00 Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1700 Reviewed-by: radex <radex@hackerspace.pl> |
||
---|---|---|
.. | ||
calendar | ||
static | ||
templates | ||
at.go | ||
BUILD.bazel | ||
COPYING | ||
deps.bzl | ||
events.go | ||
feeds.go | ||
main.go | ||
prod.jsonnet | ||
README.md | ||
spaceapi.go | ||
views.go |
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
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).