Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.aicontentstudio.net/llms.txt

Use this file to discover all available pages before exploring further.

Prerequisites

  • Node.js 20+
  • npm 10+
  • Firebase project credentials

Install dependencies

npm install

Configure environment

Create a .env file in the repository root and add your Firebase and app configuration values.
cp .env.example .env
If .env.example does not exist yet, create .env manually and include the keys your project reads in src/firebase.ts and server.js.

Run the app

npm run dev
This starts the local server and the Vite-powered frontend.

Run docs locally

npm run docs:dev
Mintlify serves documentation using docs.json and your docs/ folder.