Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cshaa/dungeon-crawler
https://github.com/cshaa/dungeon-crawler
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/cshaa/dungeon-crawler
- Owner: cshaa
- Created: 2024-03-17T00:39:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T00:39:42.000Z (10 months ago)
- Last Synced: 2025-01-17T21:12:52.359Z (8 days ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dungeon-crawler
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.30. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.