https://github.com/plibither8/iiitd_cse545-fcs_ta
Semester 7: Foundations of Computer Security (Teaching Assistantship)
https://github.com/plibither8/iiitd_cse545-fcs_ta
Last synced: about 2 months ago
JSON representation
Semester 7: Foundations of Computer Security (Teaching Assistantship)
- Host: GitHub
- URL: https://github.com/plibither8/iiitd_cse545-fcs_ta
- Owner: plibither8
- Created: 2022-12-11T14:12:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T08:50:42.000Z (over 2 years ago)
- Last Synced: 2025-01-15T20:39:13.031Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 95.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ta-cse545_fcs
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v0.1.10. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.