Appearance
Structure
Xalok
Xalok Go is a framework that provides core functionalities of Xalok.
See Xalok for base code documentation.
Xalok Go
- Starbase is the Xalok Go base code to create or improve any functionality.
- Starbase is the skeleton to create new projects and for custom developments.
- Starbase must be minimal in code and have the essential configurations and cutomizations.
- Starbase creates two dependencies:
Workflows
Design and styles
- All changes/improvements related with css, templates... must be implemented in
webflow/xalok-go-starbase
- Custom With the step 1 functionalities
Dependency structure
txt
~/xalok-go-starbase <<< .git repository (!)
|
+- vendor <<< composer dependencies
|
+- xalok-go <<< Xalok Go repositories
|
+- cobase <<< .git Xalok Go base (!)
|
+- mockup <<< .git mockup repository (!)
Each dependency is an independent repository so it is required to check current branch during development and to known all referencies between repositories to avoid future issues.