https://github.com/limpix31/network-protocol
https://github.com/limpix31/network-protocol
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/limpix31/network-protocol
- Owner: LIMPIX31
- Created: 2024-04-16T14:23:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T15:44:00.000Z (over 2 years ago)
- Last Synced: 2025-04-10T00:47:05.442Z (over 1 year ago)
- Language: Rust
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# network_protocol
To install dependencies:
```bash
bun install
```
To run:
```bash
bun turbo dev
```
To lint:
```bash
bun lint
```