@sheshbabu/zen

by sheshbabu · v1.0.0 · prompt

- make build - Build production binary with frontend assets bundled

Install

Add @sheshbabu/zen to Claude Code with the PolySkill CLI: polyskill add @sheshbabu/zen

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Development Commands ### Build Commands - `make build` - Build production binary with frontend assets bundled - `make dev` - Build and run development server with DEV_MODE=true - `make watch` - Run development server with file watching (requires air and esbuild) ### Dependencies For watch mode development, install: ```bash go install github.com/air-verse/air@latest go install github.com/evanw/esbuild/cmd/esbuild@latest ``` ### Go Build Tags All Go commands must include the `--…

Keywords: github, production-build, frontend-assets, build-tools, software-development, devops, continuous-integration, automation