Fall in love with your next color scheme
https://terminaltinder.com
.gitea/workflows | ||
app | ||
public | ||
.eslintrc.json | ||
.gitignore | ||
DEVLOG.md | ||
Dockerfile | ||
formatted_themes.json | ||
next.config.js | ||
next.config.mjs | ||
package-lock.json | ||
package.json | ||
postcss.config.mjs | ||
README.md | ||
tailwind.config.ts | ||
themes_downloader.py | ||
tsconfig.json |
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