Skip to content

Remarkers/Remarkers-Indexer

Repository files navigation

Remarkers-Indexer

A offcial indexer for Remarkers. Follow the standard to implement the indexer.

How to use

Prerequisites

  • Node.js
  • MySQL
CREATE DATABASE remarkers CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

Installation

  1. Install the dependencies
pnpm install
  1. Generate the database schema
echo DATABASE_URL="mysql://username:password@localhost:3306/remarkers" > .env
npx prisma migrate dev --name init
  1. Run the server
pnpm build && node build/src/indexer.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published