Skip to content

cosimochellini/purranormal-activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

166 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purranormal Activity

Track magical mishaps and spooky shenanigans of an enchanted kitten. This project is now powered by TanStack Start and deployed on Cloudflare Workers.

Hero

Live

Stack

Requirements

  • Node.js 22.x
  • pnpm

Setup

  1. Install dependencies:
pnpm install
  1. Create local env file:
cp .env.example .env
  1. Fill .env with required values.

Development

Run dev server (keeps current project behavior with patch version bump):

pnpm dev

If you need to skip the automatic version bump, run Vite directly:

vite dev

Default local URL is shown in terminal (typically http://localhost:3000).

Scripts

  • pnpm lint - run Biome checks
  • pnpm format - format code
  • pnpm lint:fix - apply Biome fixes
  • pnpm build - production build (TanStack Start / Vite)
  • pnpm preview - preview built app locally
  • pnpm cf-typegen - generate Worker env types from Wrangler config
  • pnpm deploy - build and deploy to Cloudflare Workers (no manual pre-build required)

Cloudflare Workers

  • Project config: wrangler.jsonc
  • Deploy script uses generated build config: dist/server/wrangler.json
  • Worker name: purranormal-activity

Manual deploy alternative:

pnpm run build:start
wrangler deploy --config dist/server/wrangler.json

Dry-run deploy:

wrangler deploy --dry-run --config dist/server/wrangler.json

Core Routes

  • /
  • /explore
  • /new
  • /:id
  • /:id/edit
  • /api/* internal routes

Manual QA

See: wiki/manual-test.md

License

MIT. See LICENSE.

About

A whimsical Next.js 15 + TypeScript app to log and track supernatural events caused by your enchanted kitten and its frightened chick companion. Powered by AI image generation, magical transitions, and a dash of mischief.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors