Spencer and Williams is a versatile and comprehensive demo platform, designed to showcase the depth of Algolia's features across multiple verticals.
- Node.js 16+ (or a compatible LTS)
- npm (bundled with Node) or Yarn
- Install dependencies:
npm install- Run development server:
npm run dev- Build for production:
npm run build- Run tests:
npm test