forked from hswaw/hscloud
hswaw/site: add README.md
Change-Id: I283fca8c1347723c8b8dd2ce3c7775e96f5c7362
This commit is contained in:
parent
a7674679ec
commit
5c10652d1b
1 changed files with 23 additions and 0 deletions
23
hswaw/site/README.md
Normal file
23
hswaw/site/README.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
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](https://code.hackerspace.pl/q3k/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).
|
Loading…
Reference in a new issue