build/devapp
Hana (Hyang-Ah) Kim e72031dac4 devapp/owners: create oscarTeam
Note: CLs won't be assigned to anyone automatically
because oscarTeam is not a gerrit account.

Change-Id: Ie20c419b3caf310fcc0da373fe9f63415629abec
Reviewed-on: https://go-review.googlesource.com/c/build/+/623639
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-10-31 14:09:03 +00:00
..
owners devapp/owners: create oscarTeam 2024-10-31 14:09:03 +00:00
static
templates
Dockerfile
Makefile
README.md
data.go
deployment-prod.yaml
deployment-staging.yaml
devapp.go
gophercon.go
gophercon_test.go
gzip.go
release.go
release_test.go
reviews.go
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.