Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 470 Bytes

File metadata and controls

34 lines (22 loc) · 470 Bytes

Spencer and Williams

Spencer and Williams is a versatile and comprehensive demo platform, designed to showcase the depth of Algolia's features across multiple verticals.

Prerequisites

  • Node.js 16+ (or a compatible LTS)
  • npm (bundled with Node) or Yarn

Quick start

  • Install dependencies:
npm install
  • Run development server:
npm run dev
  • Build for production:
npm run build
  • Run tests:
npm test