https://github.com/pagoru/dprk
Deno's Protocol for Remote Knowledge
https://github.com/pagoru/dprk
Last synced: 11 months ago
JSON representation
Deno's Protocol for Remote Knowledge
- Host: GitHub
- URL: https://github.com/pagoru/dprk
- Owner: pagoru
- License: mit
- Created: 2022-10-19T19:06:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T20:31:33.000Z (over 3 years ago)
- Last Synced: 2025-07-31T02:45:56.957Z (12 months ago)
- Language: TypeScript
- Size: 109 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deno's Protocol for Remote Knowledge - DPRK 🇰🇵
---------
### Usage
#### Start the project:
```
deno task start
```
This will watch the project directory and restart as necessary.
#### Run tests:
```
deno task test
```
---------
### Webstorm types
Run:
```
yarn
```
Install the `Deno Plugin`.
Configure `Typescript` to run from the current `node_modules`.