Installation
To install Onyx Theme download the desired version in the releases Github area or directly from main branch.
Dependencies
Verify that all dependencies have been installed before proceeding:
Step by step
1 | Extract the theme files in your WordPress themes folder
2 | In terminal, execute the following commands:  
# @ themes/onyx-theme/
composer install
yarn install
3 | Rename the file .env.example to .env and update the development parameters if necessary
4 | Activate the theme in your WordPress dashboard
5 | Start the development by running the command below:  
yarn serve