Go to file
Michael Mainguy 97a6b59cfe Track vrek export, MCP config and IDE VCS mapping
Commits .vrek/log.ndjson, the vrek export of goals, principles,
decisions, issues and evidence (restore with vrek_import), plus
.mcp.json, which wires the vrek MCP server, and .idea/vcs.xml. The
SQLite database and its -wal/-shm files are local state and are
gitignored; the export is refreshed and committed periodically.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-19 08:52:49 -05:00
.idea Track vrek export, MCP config and IDE VCS mapping 2026-09-19 08:52:49 -05:00
.vrek Track vrek export, MCP config and IDE VCS mapping 2026-09-19 08:52:49 -05:00
public Initial commit from Create Next App 2026-09-19 07:15:19 -05:00
scripts Add ONVIF camera app with a server-rendered camera dashboard 2026-09-19 08:40:32 -05:00
src Add Vitest test suite with coverage reporting 2026-09-19 08:49:50 -05:00
test Add Vitest test suite with coverage reporting 2026-09-19 08:49:50 -05:00
.gitignore Track vrek export, MCP config and IDE VCS mapping 2026-09-19 08:52:49 -05:00
.mcp.json Track vrek export, MCP config and IDE VCS mapping 2026-09-19 08:52:49 -05:00
AGENTS.md Initial commit from Create Next App 2026-09-19 07:15:19 -05:00
CLAUDE.md Initial commit from Create Next App 2026-09-19 07:15:19 -05:00
eslint.config.mjs Initial commit from Create Next App 2026-09-19 07:15:19 -05:00
next.config.ts Add ONVIF camera app with a server-rendered camera dashboard 2026-09-19 08:40:32 -05:00
package-lock.json Add Vitest test suite with coverage reporting 2026-09-19 08:49:50 -05:00
package.json Add Vitest test suite with coverage reporting 2026-09-19 08:49:50 -05:00
postcss.config.mjs Initial commit from Create Next App 2026-09-19 07:15:19 -05:00
README.md Initial commit from Create Next App 2026-09-19 07:15:19 -05:00
tsconfig.json Initial commit from Create Next App 2026-09-19 07:15:19 -05:00
vitest.config.mts Add Vitest test suite with coverage reporting 2026-09-19 08:49:50 -05:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.