https://github.com/di-void/codewars-problems
https://github.com/di-void/codewars-problems
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/di-void/codewars-problems
- Owner: di-void
- Created: 2023-08-04T00:51:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T18:43:54.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T20:35:25.396Z (over 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Codewars Battles
Koninchiwa😃. This is where I keep some of the katas I have completed or am currently battling with, on [codewars](https://www.codewars.com/). Mata ne👋🏾
**_PS: I'm not japanese_**
## Commands
```bash
# This will clone to current /dir
git clone https://github.com/Di-void/codewars-problems.git .
# Install pkgs
pnpm install
# run tests
pnpm test
```