- Crystal Language: Version 1.3.0 or higher. Installation instructions can be found at Crystal-lang.org.
- SQLite3: Required by the recorder for event logging. Install via your system's package manager. For example, on Debian/Ubuntu:
sudo apt-get install sqlite3 libsqlite3-dev
- Shards: Crystal's dependency manager (installed with Crystal). Ensure it is up-to-date.
- Clone the Repository:
git clone https://github.com/your-github-user/poietic-generator-v5.git cd poietic-generator-v5
- Install Dependencies:
make prepare
- Build the Project:
make build
make run
- Fork it (https://github.com/your-github-user/poietic-generator-api/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
FIXME: contributors