A offcial indexer for Remarkers. Follow the standard to implement the indexer.
- Node.js
- MySQL
CREATE DATABASE remarkers CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
- Install the dependencies
pnpm install
- Generate the database schema
echo DATABASE_URL="mysql://username:password@localhost:3306/remarkers" > .env
npx prisma migrate dev --name init
- Run the server
pnpm build && node build/src/indexer.js