Bansal
Bansal
This PR is part of my Hacktoberfest contributions!
@imblowfish @IraSoro pls review it
No sir, I am not native German speaker
hi sir,i would also like to try this.
for those who are trying it in windows,and getting `rm` not recognized as internal or external command,try putting `rmdir /s /q dist` in `clean` script.This is for windows.now run npm...
Yes ,I have added `"setup:windows":"rmdir /s /q dist && yarn build"` in my latest commit to add context to git message PR. pls see to it.
> > for those who are trying it in windows,and getting `rm` not recognized as internal or external command,try putting `rmdir /s /q dist` in `clean` script.This is for windows.now...