Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikelborm/leetcode
https://github.com/nikelborm/leetcode
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikelborm/leetcode
- Owner: nikelborm
- Created: 2024-06-05T18:24:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T20:24:42.000Z (7 months ago)
- Last Synced: 2024-06-27T00:44:05.787Z (7 months ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 0
- 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`