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