colorcrafts
v1.0.4
Published
A color system for designing beautiful and accesible interfaces
Downloads
14
Maintainers
Readme
☁️ Installation
npm install colorcrafts --save-dev💻 Quickstart
Run the package locally
git clone https://github.com/radespratama/colorcrafts.git
cd colorcrafts
# install deps
npm install
# start dev server
npm run watch🚀 Deploying to NPM
Deploy this project to NPM.js
# build TypeScript files
npm run build
# If you're not logged in
# npm login
# Publishing the package
npm publish⚡ Update
In version 1.0.3
What's new ✨ :
- 5 New Colors Pallete [ Midnight Blue, Yale Blue, Floral, Trypan, Slimy Green ]🤞 Contributing
After setting up the project, and making changes:
git add .
git commit -m "commit message"
git push YOUR_REPO_URL YOUR_BRANCH