https://github.com/womb0comb0/advent-of-javascript
https://github.com/womb0comb0/advent-of-javascript
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/womb0comb0/advent-of-javascript
- Owner: WomB0ComB0
- Created: 2024-12-06T22:20:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-28T04:07:57.000Z (12 months ago)
- Last Synced: 2025-01-17T09:13:10.986Z (11 months ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-javascript
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.36. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.