1.0.2 โข Published 4 years ago
kraftuur v1.0.2

yarn add kraftuurGet 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