Skip to content

zeetec20/efishman

Repository files navigation

EFishman

Description

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.

Development Device

  • Node : 22 (provided by the nix flake)
  • Bun : 1.3+

Run project

  • Development

    • 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
  • Docker

    • 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

Releases

Packages

Contributors

Languages