https://github.com/tilt-dev/tiltdemo
https://github.com/tilt-dev/tiltdemo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tilt-dev/tiltdemo
- Owner: tilt-dev
- License: apache-2.0
- Archived: true
- Created: 2018-10-17T16:10:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T21:25:29.000Z (about 7 years ago)
- Last Synced: 2024-11-25T09:44:47.240Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tiltdemo
Demo servers for running the tilt demo script.
## Usage
To see the demo:
```
go get -u github.com/windmilleng/tilt
tilt demo
```
`tilt` will check out this repository and run these servers interactively
on your favorite Kubernetes cluster.
To run the servers locally:
```
tilt up tiltdemo
```
## License
Copyright 2018 Windmill Engineering
Licensed under [the Apache License, Version 2.0](LICENSE)