Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 456 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 456 Bytes

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