You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`TypeScript SDK`](./typescript-sdk)| TypeScript SDK for interacting with Union |[TypeScript]|
41
42
42
43
## Quickstart
43
44
44
45
Install [Nix] to _[reproducibly build](https://en.wikipedia.org/wiki/Reproducible_builds) any component_, and to enter a dev shell with _all dependencies_:
_(Note that some components can only be built on Linux. If you are using macOS, we recommend using [OrbStack] to easily set up a [NixOS] VM within two minutes. Most Union developers use macOS with [OrbStack], and there is no need to install Nix inside of the [NixOS] VM.)_
49
52
50
53
You can now _reproducibly_ build any of Union's components from source:
@@ -60,7 +63,7 @@ nix flake show
60
63
61
64
The result of whatever you build will be in `result/`
62
65
63
-
You can now also enter our dev shell, which has all of the dependencies (`cargo`, `rustc`, `node`, `go`, etc.) you need to work on any component:
66
+
You can now also enter our dev shell, which has all of the dependencies (`cargo`, `rustc`, `node`, `go`, etc.) you need to work on any component:
64
67
_(Don't worry, this will not affect your system outside of this repo)_
0 commit comments