Tremor Workshop¶
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:
Setup support for your IDE¶
Tremor supports language server extensions for VS Code and VIM text editors/IDEs:
Make sure tremor binary is on your PATH¶
$ export PATH=/Path/to/tremor-src-repo/target/debug/:$PATH
$ tremor --version
tremor 0.9.0