Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdombro/brians-deno-rnd-libs-and-demos
https://github.com/bdombro/brians-deno-rnd-libs-and-demos
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bdombro/brians-deno-rnd-libs-and-demos
- Owner: bdombro
- Created: 2022-12-16T20:58:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T18:35:57.000Z (about 2 years ago)
- Last Synced: 2025-01-01T18:55:25.807Z (10 days ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brians Deno R&D libs and demos
## Setup
- Install deno (brew or apt install deno)
- Install the VSCode extension called deno## Running
Run any demo via `deno run `
## Development
- Run deno in `-watch` mode to auto-restart
- To debug in VSCode, edit debug.ts to point to the demo you're debugging