Starting Framework
After all of your provider directories have been added, you can then finally start the framework. This is as simple as running Start
with no more or less.
luau
local Framework = require(path.to.framework)
...
Framework.Start(...config)