rohanprasadofficial / colorspace

convert colors from one to another , super quick

Home Page:https://colorspace.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🛠 Installation & Set Up

Make sure that you have Node & NPM installed and go inside the cloned directory & follow these steps.

  1. Install dependencies

    npm install
  2. Start the development server

    npm start

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm install -g serve
    serve -s build

Show some ❤️ and star the repo to support the project.

Crafted & Developed in India by Ro. with ❤️

About

convert colors from one to another , super quick

https://colorspace.vercel.app/

License:MIT License


Languages

Language:TypeScript 89.7%Language:HTML 5.8%Language:JavaScript 4.5%