533 B
533 B
Terminal Tinder
Terminal Tinder is a web app that allows you to find the perfect color scheme for your terminal. It's a fun and interactive experience that uses a genetic algorithm to generate color schemes based on your preferences to randomly generated color schemes and existing color schemes.
How to use
Local Development
- Clone the repository
- Run
npm install
- Run
npm run dev
Docker
- Clone the repository
- Run
docker build -t terminal-tinder .
- Run
docker run -p 3000:3000 terminal-tinder