From 17e786f88ed75178bd28f01c0038761a269999d5 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Thu, 19 Mar 2026 18:16:08 +0000 Subject: [PATCH] feat: Add CLAUDE.md for local development server instructions --- AGENTS.md | 1 + CLAUDE.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 AGENTS.md create mode 100644 CLAUDE.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000000..bc498eb211 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1 @@ +This is a local development server hosted at HOST env variable (please read config.env file). When you make any changes to the codebase the server hot-reloads. Please make sure you wait for it to restart to test. This project is hosted on docker compose for local development. If you need access to the database during development, credentials are in config.env file. \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000000..4eba020841 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +Please read AGENTS.md in root of the project file for more information. \ No newline at end of file