recolor
Version, currently master branch1 version
- master branchlatestAug 13, 2026
github.com/fishpercolator/recolor.cr
Sources for Recolor.ink
3 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
recolor:
github: fishpercolator/recolor.cr
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
1.7.3- License
- MIT
- Author
- Quinn Daley
- Target
recolorfrom src/recolor.cr
Dependencies
Runtime Dependencies
- kemal~> 1.3github: kemalcr/kemal
README
Recolor.ink
This is a Kemal web application that powers https://recolor.ink/
Installation
You'll need yarn and crystal installed. Webpack is used to compile the JS and CSS assets and is installed as a dependency by Yarn.
To get it running in a development environment, just do:
yarn
./node_modules/webpack/bin/webpack.js
crystal src/recolor.cr
Using Guard
Development is easier if you use Guard, which watches for file changes and rebuilds things automatically. If you do this, you don't need to build anything yourself:
yarn
gem install guard guard-kemal guard-webpack
guard
Or, with Docker-compose
docker-compose up
Contributing
- Fork it ( https://github.com/fishpercolator/recolor.cr/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
Contributors
- [pedantic-git] Quinn Daley - creator, maintainer .
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Aug 13, 2026
- Crystal
1.7.3- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/fishpercolator/recolor.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 1