Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 408 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 408 Bytes

Runway Example go App

This is an example app demonstrating how to deploy a go app to runway.

  • clone this repo, and navigate into that directory
  • runway app create
  • runway app deploy
  • runway open

You can then deploy changes by git commiting them, and running runway app deploy again.

The Makefile in here is for local use, and not used or needed by runway.