···1-# Nitro starter
0000000023-Look at the [nitro quick start](https://nitro.build/guide#quick-start) to learn more how to get started.
0
···1+# Npmx Likes leaderboard api
2+3+4+1. 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)
1011+12+Can see the leaderboard at [http://localhost:3000/api/leaderboard/likes](http://localhost:3000/api/leaderboard/likes)