hscloud/hswaw/site
Robert Gerus f92437451c hswaw/site: spaceapi: make the open state depend on members presence
Change-Id: Ibe5b25a989b06f757a696fc2c325695b6ad9d158
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1248
Reviewed-by: q3k <q3k@hackerspace.pl>
2022-01-25 14:52:07 +00:00
..
calendar hswaw/site: wip new layout 2021-08-30 21:00:59 +02:00
static tweak blink animation & add gallery 2021-09-01 21:55:07 +02:00
templates Merge "tweak blink animation & add gallery" 2021-09-04 18:41:07 +00:00
at.go hswaw/site: add checkinator integration 2021-07-18 13:18:11 +00:00
BUILD.bazel hswaw/site: deploy 2021-09-04 21:32:30 +02:00
COPYING hswaw/site: add landing page prototype 2021-06-01 21:53:47 +00:00
events.go hswaw/site: wip new layout 2021-08-30 21:00:59 +02:00
feeds.go hswaw/site: render main page and blog feed 2021-05-30 23:21:49 +00:00
main.go hswaw/site: wip new layout 2021-08-30 21:00:59 +02:00
README.md hswaw/site: add README.md 2021-05-30 21:16:43 +00:00
spaceapi.go hswaw/site: spaceapi: make the open state depend on members presence 2022-01-25 14:52:07 +00:00
views.go hswaw/site: wip new layout 2021-08-30 21:00:59 +02:00

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