-
Clone the repository
-
Run
yarn install
-
Copy
.env.example
to.env
and fill in the required environment variables -
Run
docker-compose up
to start the typesense container -
Run
yarn index-authors
to index the authors -
Run
yarn index-titles
to index the titles -
Run
yarn dev
to start the development server