Files
James Griffin 668397104a
All checks were successful
CI / Go tests & lint (push) Successful in 1m34s
CI / Frontend tests & type-check (push) Successful in 1m15s
Adopt @lavamoat/allow-scripts to gate npm install scripts
Disables dependency lifecycle scripts by default via .npmrc
(ignore-scripts=true) so arbitrary packages cannot execute code at
install time. An explicit allowlist in web/package.json opts specific
packages back in, and CI/Docker/Taskfile now run allow-scripts after
npm install to apply it.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-17 11:29:08 -03:00
..
2026-04-09 10:44:50 -03:00
2026-04-09 10:44:50 -03:00
2026-04-09 10:44:50 -03:00
2026-04-09 10:44:50 -03:00
2026-04-09 10:50:39 -03:00
2026-04-09 10:44:50 -03:00

Walkies Frontend

React + TypeScript frontend built with Vite. Tests run with Vitest.

Available Scripts

npm run dev

Starts the development server on http://localhost:3000 with hot module replacement. API requests to /api are proxied to http://localhost:8080.

npm test

Runs all tests once using Vitest with jsdom.

npm run build

Type-checks with tsc then builds the app for production into the dist folder.

npm run preview

Serves the production build locally for previewing.