diff --git a/Directory.Packages.props b/Directory.Packages.props
index 8a75027b..774d5cd2 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -4,10 +4,10 @@
false
1.1.1.19071
false
-
- false
+
+ true
+ https://api.nuget.org/v3/index.json
diff --git a/docs/getting-started.md b/docs/getting-started.md
index a910f44e..90c8d9f6 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -12,7 +12,7 @@ This guide will help you set up your local development environment for working o
For basic browsing and UI development, no secrets are needed. The database connection and HCaptcha test keys are already configured in `appsettings.Development.json`.
1. Clone the repository.
-2. If you have access to the private NuGet feed, set `true` in [Directory.Packages.props](../Directory.Packages.props).
+2. (Optional) If you have access to the private NuGet feed, set `true` in [Directory.Packages.props](../Directory.Packages.props) to include internal packages. Without this, the app runs with placeholder content but security audits still function.
3. Run the project.
> **Tip:** Use the [dotnet secret manager](https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets#set-a-secret) for any secrets below:
diff --git a/nuget.config b/nuget.config
index 65bcde44..27fac003 100644
--- a/nuget.config
+++ b/nuget.config
@@ -6,6 +6,10 @@
+
+
+
+