Core¶
Ensure you’ve configured your Environment properly and you’ve read the Guidelines.
Components API¶
Before you can develop anything on the Translucent Core, you’ve to understand the Components.
Have a look at the JavaScript API documentation of Translucent itself, especially:
BaseComponent: The base component for all components
Theme: The theme management
There is more JavaScript API documentation on the left under TRANSLUCENT / JS API.
Builder API¶
The Builder Python API is quite well documented, just have a look at the Builder & translucent-builder API.
There is more Python API documentation on the left under BUILDER / PYTHON API.
Hint
The files & directories you might be interested in are the following:
The translucent Python package