https://github.com/nikelborm/leetcode
https://github.com/nikelborm/leetcode
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikelborm/leetcode
- Owner: nikelborm
- Created: 2024-06-05T18:24:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-27T04:21:11.000Z (8 months ago)
- Last Synced: 2025-01-07T19:56:23.590Z (5 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode
## TODO
1. integrate [github repo with LeetCode API](https://github.com/alfaarghya/alfa-leetcode-api)
2. create repository structure validators (experiment with eslint?)## Install dependencies
```bash
npm i
```## Run script
```bash
npm exec tsx ./$(git config user.name)/0338-counting-bits/index.ts
```## Create solution
Call vs code task `create new ts solution`