https://github.com/karpfediem/fishystuff
Fishing Guides and Tools for Black Desert
https://github.com/karpfediem/fishystuff
blackdesertonline fish fishing fishing-game guides ssg zig zine
Last synced: 4 months 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T07:37:18.000Z (7 months ago)
- Last Synced: 2025-04-01T08:37:39.902Z (7 months ago)
- Topics: blackdesertonline, fish, fishing, fishing-game, guides, ssg, zig, zine
- Language: CSS
- Homepage: https://fishystuff.fish/
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```