this repo has no description
1# npmx Likes leaderboard api
2
31. Install [tap](https://github.com/bluesky-social/indigo/blob/main/cmd/tap/README.md)
42. Fill out .env.example with your own values and save as .env
53. `pnpm install`
64. `pnpm run drizzle:migrate` - Creates the database and loads migrations
75. `pnpm run dev` - Starts the server
86. `source .env && tap run` - Starts the back fill and sends data to [./server/api/tap/webhook](./server/api/tap/webhook.post.ts)
9
10Can see the leaderboard at [http://localhost:3000/api/leaderboard/likes](http://localhost:3000/api/leaderboard/likes)