Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 959 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 959 Bytes

Contributing

Thanks for your interest in contributing to Lazykit. We're happy to have you here.

Please take a moment to review this document before submitting your first pull request. We also strongly recommend that you check for open issues and pull requests to see if someone else is working on something similar.

If you need any help, feel free to reach out to @jrTilak

This repository is a monorepo that contains the following packages:

  • WWW: The is the website for Lazykit.
  • CLI: The CLI tool for Lazykit.

This repo uses pnpm as the package manager. You can install it by running:

npm install -g pnpm

Getting Started