Create README.md

This commit is contained in:
Pavlenex 2026-03-31 13:47:48 +02:00
parent ddcb951873
commit 6bd466a50e

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# BTCPay Day
Landing page for BTCPay Day, built with React + TypeScript + Vite + Tailwind CSS 4.
## Run
```bash
npm install
npm run dev
```
## Edit agenda
Open `src/data/agenda.ts` and update the `agenda` array.
## Add speakers
1. Drop a square headshot into `public/images/speakers/`
2. Add an entry to the `speakers` array in `src/data/speakers.ts`