Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.02 KB

CodeWars

CodeWars

Maintainability PRs Welcome code style: prettier

Practice make Perfect

  • 🎉 Unit test with jest
  • ✨ Simple code
  • 🎨 Readable code

Getting Start

git clone https://github.com/tangweikun/codewars.git
cd codewars
npm install
npm run test // also you can run `npm run watch`

Recommend