Last active
January 4, 2025 18:06
-
-
Save ArturT/73616cd1d9c059a1b134941db22d35b9 to your computer and use it in GitHub Desktop.
Knapsack Pro - how to start - installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# for Ruby users (add to Gemfile) | |
$ gem install knapsack_pro | |
# for Cypress users | |
$ npm install --save-dev @knapsack-pro/cypress | |
# for Jest users | |
$ npm install --save-dev @knapsack-pro/jest | |
# for Vitest users | |
$ npm install --save-dev @knapsack-pro/vitest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment