https://github.com/aquapi/themarker
The marker
https://github.com/aquapi/themarker
Last synced: 12 months ago
JSON representation
The marker
- Host: GitHub
- URL: https://github.com/aquapi/themarker
- Owner: aquapi
- Created: 2023-06-09T14:40:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T10:14:03.000Z (about 3 years ago)
- Last Synced: 2025-03-03T15:14:54.091Z (over 1 year ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TheMarker
To get started, install Bun using:
```bash
curl -fsSL https://bun.sh/install | bash
```
Add `bun` executable to `$PATH` and install required dependencies:
```bash
bun install
```
This only works for Linux. You need WSL to use this on Windows.