- Ruby 3.3+
- Make
# Install and setup everything
make setup
# Start the server
make server
# Open in browser
make open
# Show all available commands
make help
# Common tasks
make test # Run test suite
make lint # Check code style
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.