https://github.com/tilt-dev/tilt-avatars
Sample project for the Tilt getting started tutorial
https://github.com/tilt-dev/tilt-avatars
Last synced: 10 months ago
JSON representation
Sample project for the Tilt getting started tutorial
- Host: GitHub
- URL: https://github.com/tilt-dev/tilt-avatars
- Owner: tilt-dev
- Created: 2021-09-13T20:18:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T23:59:15.000Z (over 1 year ago)
- Last Synced: 2025-05-20T14:04:23.747Z (about 1 year ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 35
- Watchers: 4
- Forks: 34
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tilt Avatars - Getting Started Sample Project
[](https://circleci.com/gh/tilt-dev/tilt-avatars)
Tilt Avatars is a small sample project used by the Tilt Getting Started guide.
It consists of a Python web API backend to generate avatars and a Javascript SPA (single page app) frontend.
If you are not a Python or Javascript guru, don't panic!
The focus of this project is on introducing the `Tiltfile` and other Tilt concepts: the services are demonstrative to support the guide, but you do not need to understand the code within them to be successful.
We also know that no two projects are alike!
This project uses `Dockerfile`s with Docker as the build engine and `kubectl` friendly YAML files.
These only cover a small subset of Tilt functionality but have been chosen to minimize dependencies.
Even if you're using other technologies (e.g. `podman` or `helm`), we recommend starting here to learn the Tilt fundamentals.
After you're comfortable with how Tilt works, we've got a more comprehensive guide on authoring your first `Tiltfile` from scratch that covers much more.
## Running
You'll need to first install Tilt and prerequisites (Docker + local Kubernetes cluster).
Once you've installed Tilt, clone this repo and launch Tilt:
```sh
git clone https://github.com/tilt-dev/tilt-avatars.git
cd tilt-avatars
tilt up
```
## Need Help?
Join us on the Kubernetes Slack in `#tilt`!