Init Project banner
coleam00 coleam00

Init Project

Development community

Description

# Initialize Project Set up and start the Habit Tracker application locally. ## 1. Install Backend Dependencies ```bash cd backend && uv sync ``` Installs all Python packages including dev dependencies (pytest, ruff, httpx). ## 2. Install Frontend Dependencies ```bash cd frontend && npm install ``` Installs React, Vite, TanStack Query, Tailwind CSS, and other frontend packages. ## 3. Start Backend Server ```bash cd backend && uv run uvicorn app.main:app --reload --port 8000 ``` Starts

Installation

Installs to ~/.claude/commands/coleam00-habit-tracker-init-project.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/coleam00/habit-tracker/HEAD/.claude/commands/init-project.md -o ~/.claude/commands/coleam00-habit-tracker-init-project.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository