Skip to content

vivekvardhanadepu/typesense-anime-search

Repository files navigation

Instant anime search experience powered by Typesense, next.js, and tailwindcss

This is a demo Next.js project bootstrapped with create-next-app that shows how you can use Typesense's feature set, to build a anime search website

Prerequisites

Getting Started

First, start a typesense server and create collection and schema in it

yarn typesenseServer
yarn indexer

Then, install node packages and run the development server:

npm install
npm run dev
# or
yarn
yarn dev

Detailed steps:

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

Acknowledgements