Skip to content

Sleeping-Bear-Systems/todo-app

Repository files navigation

todo-app

Development Environment

1Password

1Password is used for managing secrets for the application: Secrets

Setup

Use the 1Password script to create a PowerShell session and source the environment variables from the .environment file.

op run --no-masking --env-file=.\.environment -- pwsh

Scripts

TypeScript Type Checking

Runs tsc to check for TypeScript issues.

bun run ts:check

Linting & Formatting

Runs biome to check for issues.

bun run biome:check

Runs biome to check and fix issues.

bun run biome:fix

Verification

Runs the tsc and biome checks together.

bun run check

Debugging

This script starts the application for debugging using Web Debugging.

bun run debug

Running the Application

Runs the application with hot-reloading.

bun run dev

Runs the application.

bun run start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors