Skip to content

Installation

AACSearch can be used as a hosted service or self-hosted.

No installation needed. Sign up at aacsearch.com and get your API key.

  • Node.js 18+
  • npm or pnpm
Terminal window
git clone https://github.com/AAChibilyaev/AACSearch-com.git
cd AACSearch-com
npm install
npm run build

Create a .env file:

Terminal window
AACSEARCH_API_KEY=your-api-key
DATABASE_URL=your-database-url
Terminal window
npm run dev

Visit http://localhost:4321 to access the application.