patrickmineault / ismyblue

Is my blue your blue?
https://ismy.blue
MIT License
141 stars 17 forks source link

Is my blue your blue?

A single page website to determine your blue green color boundary.

Uses a GLM to figure out the threshold. Compares results against a database.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Deploy

netlify deploy --prod