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
|[golang](https://golang.org/doc/install)| LiT's backend web server is written in Go. The minimum version supported is Go v1.13. |
59
+
|[protoc](https://grpc.io/docs/protoc-installation/)| Required to compile LND & Loop gRPC proto files at build time |
60
+
|[nodejs](https://nodejs.org/en/download/)| LiT's frontend is written in TypeScript and built on top of the React JS web framework. To bundle the assets into Javascript & CSS compatible with web browsers, NodeJS is required. |
61
+
|[yarn](https://classic.yarnpkg.com/en/docs/install)| a popular package manager for NodeJS application dependencies |
67
62
68
63
Once you have the necessary prerequisites, LiT can be compiled by running the following
0 commit comments