pnpm install @neftyblocks/blends
yarn add @neftyblocks/blends
import '@neftyblocks/blends';
- Clone this repository
- Run
pnpm install
to install dependencies - Run
pnpm build
to build the library and rebuild after a change, I don't have a nice setup for this yet - Run
pnpm dev
to start the development server
- Run
pnpm install
install all dependencies - Run
pnpm play
to run the tests on the playground in development mode - Run
pnpm play:build
to run the tests on a build - Run
pnpm play:preview
to run the tests on a build and open the preview
- Commit all changes (no need to push)
- Run
pnpm pub
to publish the package
-
Open the
~/.zshrc
file in your preferred text editor. -
Next, add your alias to the end of the file, save the changes and close the editor.
alias p='pnpm'
- Run the below source command, which does not provide output, but sources the
~/.zshrc
file to make the alias available in your current shell.source ~/.zshrc
source ~/.zshrc
- Now you can use the alias to run the command.
p dev