Skip to main content
Version: 0.11

Recipes

This workshop serves as a getting started laboratory for downloading, compiling and running tremor on development machines and developing tremor-based solutions.

Table of Contents

Download and environment setup

Download and build quick start

Make sure your environment is setup for building tremor:

Tremor Development Quick Start

Setup support for your IDE

Tremor supports language server extensions for VS Code and VIM text editors/IDEs:

Tremor Language Server

Make sure tremor binary is on your PATH

$ export PATH=/Path/to/tremor-src-repo/target/debug/:$PATH
$ tremor --version
tremor 0.9.0