Makes mouths happy...
Twizler is a set of React components that was originally part of the app Webernote, but I decided to break them out into a separate repo and make them resuable.
git clone [email protected]:jaredwilli/twizlr-playground.git
cd twizlr-playground
yarn
yarn styleguide
yarn styleguide-build
yarn start
_The app will be served on (http://localhost:3000/)
.
This package uses prettier to auto format the code on pre-commit. It also has a .prettierrc file for setting some defaults. It is recommended that you install Prettier in your code editor of choice and configure your workspace settings for it to be the same as what this project has defined.