A tool to generate a full palette of colors for your next project.
git clone [email protected]:abhchand/niram-color-picker.git && cd niram-color-picker/
yarn install
yarn run dev
yarn run test
# or, separately:
yarn run lint
yarn run testonly
Linters will also run on each git
commit.
lint
, lintfix
, lintstagedfix
can used to manually run linters acoss the full codebase or a subset of files.
yarn run build
git add docs/ && git commit
git push