Create README.md
This commit is contained in:
parent
ddcb951873
commit
6bd466a50e
19
README.md
Normal file
19
README.md
Normal 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`
|
||||
Loading…
Reference in New Issue
Block a user