Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merlin04/cs382-project-2
https://github.com/merlin04/cs382-project-2
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/merlin04/cs382-project-2
- Owner: Merlin04
- Created: 2023-11-15T23:35:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T03:37:55.000Z (12 months ago)
- Last Synced: 2024-04-20T07:11:39.772Z (7 months ago)
- Language: TypeScript
- Size: 621 KB
- Stars: 0
- 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.