17 lines
		
	
	
		
			533 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			533 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # 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
 | |
| 1. Clone the repository
 | |
| 2. Run `npm install`
 | |
| 3. Run `npm run dev`
 | |
| 
 | |
| ### Docker
 | |
| 1. Clone the repository
 | |
| 2. Run `docker build -t terminal-tinder .`
 | |
| 3. Run `docker run -p 3000:3000 terminal-tinder`
 | |
| 
 |