Skip to content

fmaclen/chromabox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chromabox

Generate color variations and export them as Tailwind, SCSS, or CSS variables. Designed for front-end developers and code-inclined designers.


Chromabox screenshot

Self-hosting

Chromabox can be run on your own computer as a SvelteKit app. To do this, clone the repository and run it locally. Make sure you have Node.js installed.

git clone https://github.com/fmaclen/chromabox.git
cd chromabox
npm install
npm run build
npm run preview

Then, visit http://localhost:4173 to open the app.