Get started with A.R.E.N. development and contribute to the project
Core programming language
GUI framework
Machine learning library
Local database
git clone https://github.com/your-username/aren.git
cd aren
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
python src/main.py
Follow PEP 8 guidelines and use type hints for better code maintainability.
Write unit tests for new features and ensure all tests pass before submitting a PR.
Update documentation for any new features or changes to existing functionality.
Maintain the offline-first approach and avoid introducing external dependencies.