Tip
If you're looking for the intro or installer for Conduit, then head on over to the Conduit release repo. This repo is where the source code/active development happens, and ATM, the Conduit project isn't open source.
- Clone this repo
- Run
npm install - Run
npm start
Additionally, if you want to make use of cloud terminals, you need to also perform the following steps:
- Generate a GitHub PAT
- Define an environment variable called
GITHUB_TOKENwith the value of the PAT