https://github.com/merlin04/cs382-project-2
https://github.com/merlin04/cs382-project-2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/merlin04/cs382-project-2
- Owner: Merlin04
- Created: 2023-11-15T23:35:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T03:37:55.000Z (over 2 years ago)
- Last Synced: 2025-01-16T15:47:03.801Z (over 1 year ago)
- Language: TypeScript
- Size: 621 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cs382-project-2
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
or, for a repl:
```bash
bun repl
```
This project was created using `bun init` in bun v1.0.11. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.