Skip to content

harshhhdev/kraftuur

Repository files navigation

image

Kraftuur

🎨 A colour system for designing beautiful and accesible interfaces

Design Board · Live · Documentation · NPM.js

☁️ Installation

yarn add kraftuur

Get started by with Kraftuur by reading the docs

💻 Quickstart

Run the package locally

# clone the repository locally
git clone https://github.com/harshhhdev/kraftuur.git
cd kraftur

# install deps
yarn
# start dev server
yarn watch

🚀 Deploying to NPM

Deploy this project to NPM.js

# build TypeScript files
yarn build

# If you're not logged in 
# yarn login

# Publishing the package
yarn publish

🤞 Contributing

After setting up the project, and making changes:

git add .
git commit -m "commit message"
git push YOUR_REPO_URL YOUR_BRANCH