Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 448 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 448 Bytes

KBF

This repo houses the Kim-Butler finance app.

Build for Production

nix build

Development

Via Nix shell:

nix develop --no-pure-eval
# Or if you have direnv
direnv allow

Recipes

# Run a dev server with Postgres
dev

# Generate type definitions for Postgres tables
generate-db-types

# Migrate Postgres
migrate

# Format
prettier -w .

# Lint
pnpm exec eslint .

# Typecheck
pnpm exec tsc