Initialize Your Project
Create a new project directory and select either the command line or IDE workflow.
mkdir elhnon-project && cd elhnon-project
Install Dependencies
Use pip or npm to install the required libraries for generative art development.
npm install --save @elhnon/generative-lib
Configure Project Settings
Setup config.json with your preferred rendering mode and output settings.
{ "canvas_size": [800, 800], "output_format": "svg" }