···11# bluesky starter kit
2233-Use this as a template repo. Requires Node 18+ with typescript and ts-node installed globally (`npm i -g typescript ts-node`). Put your bluesky username and password to `.env` then run your app with `npm run start` or `ts-node-esm index.ts`.
33+Use this as a template repo. Requires Node 18+ with typescript and ts-node installed globally (`npm i -g typescript ts-node`). Add your bluesky username and password to `.env` then run your app with `npm run start` or `ts-node-esm index.ts`.