···11-# Npmx Likes leaderboard api
22-11+# npmx Likes leaderboard api
32431. Install [tap](https://github.com/bluesky-social/indigo/blob/main/cmd/tap/README.md)
55-3. Fill out .env.example with your own values and save as .env
66-4. `npmx install`
77-5. `npmx run drizzle:migrate` - Creates the database and loads migrations
88-6. `npmx run dev` - Starts the server
99-7. `source .env && tap run` - Starts the back fill and sends data to [./server/api/tap/webhook](./server/api/tap/webhook)
1010-44+2. Fill out .env.example with your own values and save as .env
55+3. `npmx install`
66+4. `npmx run drizzle:migrate` - Creates the database and loads migrations
77+5. `npmx run dev` - Starts the server
88+6. `source .env && tap run` - Starts the back fill and sends data to [./server/api/tap/webhook](./server/api/tap/webhook.post.ts)
1191210Can see the leaderboard at [http://localhost:3000/api/leaderboard/likes](http://localhost:3000/api/leaderboard/likes)