···11+## Configuration
22+33+Run `npx @skyware/labeler setup` to convert an existing account into a labeler.
44+55+Create a `.env` file:
66+77+```Dotenv
88+DID = "did:plc:xxx"
99+SIGNING_KEY = "xxx"
1010+```
1111+1212+A `cursor.txt` also needs to be present. It can be left empty, and will update every minute with a new cursor.
1313+1414+Create labels with `npx @skyware/labeler label add` and edit `src/constants.ts` with their related post rkeys and IDs.
1515+1616+## Installation & Usage
1717+1818+```sh
1919+npm i
2020+```
2121+2222+```sh
2323+npm start
2424+```