https://github.com/ericc-ch/the-daily-algorithm
https://github.com/ericc-ch/the-daily-algorithm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericc-ch/the-daily-algorithm
- Owner: ericc-ch
- License: agpl-3.0
- Created: 2025-01-17T03:25:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T18:34:19.000Z (over 1 year ago)
- Last Synced: 2025-03-10T18:47:36.125Z (over 1 year ago)
- Language: TypeScript
- Size: 556 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# the-daily-algorithm
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/main.ts
```
This project was created using `bun init` in bun v1.1.43. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.