https://github.com/karpfediem/fishystuff
Fishing Guides and Tools for Black Desert
https://github.com/karpfediem/fishystuff
blackdesertonline fish fishing fishing-game guides ssg zine
Last synced: about 1 month ago
JSON representation
Fishing Guides and Tools for Black Desert
- Host: GitHub
- URL: https://github.com/karpfediem/fishystuff
- Owner: karpfediem
- License: mit
- Created: 2025-03-23T22:37:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-19T09:54:19.000Z (about 1 month ago)
- Last Synced: 2026-04-19T11:33:24.387Z (about 1 month ago)
- Topics: blackdesertonline, fish, fishing, fishing-game, guides, ssg, zine
- Language: Rust
- Homepage: https://fishystuff.fish/
- Size: 25.7 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# fishystuff
A very fishy website
## Development
### Prerequisites
This project uses a nix flake and [devenv](https://devenv.sh/)
To install them you can follow this guide: https://devenv.sh/getting-started/
Once installed you can enter the devenv shell either by running
```bash
devenv shell
```
or via
```bash
nix develop --impure
```
### Commands
List commands
```bash
just -l
```