- PHP 8+
- Composer
This assumes that PHP and Composer is already installed. This also assumes that the Composer's bin is already added to your path (Add export PATH=~/.composer/vendor/bin:$PATH to your .zshrc ). To install the command do:
- Open the terminal and run
composer global require webteractive/devstack. This will install a CLI commanddevstack. - Set the configuration by running
devstack config. This command will ask therepository,branch, andtoken. - Once the configuration is set, you can now initialize the EN runtimes. Just run
devstack init <runtime>. The<runtime>can beaac,eepower, andcontrolso to load up AllAboutCircuits runtime, all you have to do is dodevstack init aac. - Add
.zshrcor.bash_profilealias dev="bash dev"to freely use thedevcli.