EFishman is a app for maintance add control price of fish.
Note: the original efishery API was sunset, so the app now runs on built-in static mock data (
src/mock/mockData.ts). No backend required.
- Node : 22 (provided by the nix flake)
- Bun : 1.3+
-
- Clone respository
git https://github.com/zeetec20/efishman.git
- Open repository
cd efishman- (Optional) enter the nix devShell for pinned Node + Bun
direnv allow # or: nix develop- Run command
bun install bun run start
-
- Clone respository
git https://github.com/zeetec20/efishman.git
- Open repository
cd efishman- Run command
docker build -t efishman . docker run -dp 3000:3000 efishman
