Skip to content

lovekaizen/Dapp-Stack

 
 

Repository files navigation

Dapp Stack

CircleCI GitHub license PRs Welcome

Install dependencies

Make sure you are using Yarn. To install using brew:

brew install yarn

Then install dependencies

yarn install

Build

To build all packages:

yarn build

To build a specific package:

PKG=@dapp-stack/connect yarn build

Clean

Clean all packages:

yarn clean

Clean a specific package

PKG=@dapp-stack/connect yarn clean

Rebuild

To re-build (clean & build) all packages:

yarn rebuild

To re-build (clean & build) a specific package & it's deps:

PKG=@dapp-stack/connect yarn rebuild

Lint

Lint all packages:

yarn lint

Lint a specific package:

PKG=@dapp-stack/connect yarn clean

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.2%
  • CSS 33.1%
  • TypeScript 23.1%
  • HTML 1.9%
  • Other 0.7%