build/devapp
Alan Donovan 5ba3d51ea0 devapp/owners: chown adonovan x/tools/{...various...}
I shirked my duty during my wilderness years.
Making amends now.

Change-Id: I0e025a31356e6d342f917d4e90a6d6e15829254d
Reviewed-on: https://go-review.googlesource.com/c/build/+/639416
Reviewed-by: Michael Matloob <matloob@golang.org>
Auto-Submit: Alan Donovan <adonovan@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-01-02 07:58:15 -08:00
..
owners devapp/owners: chown adonovan x/tools/{...various...} 2025-01-02 07:58:15 -08:00
static
templates
Dockerfile all: update Dockerfile to build with Go 1.23 2024-09-12 18:00:55 +00:00
Makefile
README.md
data.go
deployment-prod.yaml
deployment-staging.yaml
devapp.go cmd/relui, devapp: remove rand.Seed call 2024-07-22 20:07:05 +00:00
gophercon.go
gophercon_test.go
gzip.go
release.go devapp: account {,de}milestoned events in issue burndown chart 2023-08-11 19:50:19 +00:00
release_test.go
reviews.go devapp: replace sort.Slice with slices.SortFunc 2024-02-21 02:13:02 +00:00
server.go
server_test.go
service-staging.yaml
stats.go
stats_test.go
title.go
title_test.go

README.md

devapp

Local development

$ go run . -listen-http=localhost:8080

Then visit http://localhost:8080/ in your browser.

Deployment

See the documentation on deployment.