Skip to content

A blueprint of a local dev environment using tilt and docker-compose

Notifications You must be signed in to change notification settings

klutzer/tilt-setup

Repository files navigation

Development Environment

This is a repository to make it easy to run services locally.

Requirements

Install Tilt:

curl -fsSL https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.sh | bash

For more details, see https://docs.tilt.dev/install.html

Install the requirements bellow:

brew install jq
brew install --casks docker

Run

When you first run the command below, all repositories defined on services.json will be cloned in the same path as this current project.

Execute the following command to starts tilt:

tilt up

Press "space" to open the development environment on your browser.

About

A blueprint of a local dev environment using tilt and docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published