tei.su/README.md

16 lines
226 B
Markdown
Raw Normal View History

2024-08-03 06:30:05 +03:00
# tei.su
source code for my place on the internet :3
finally with a modern stack (astro + solid)
## dev
```bash
cp .env.example .env
# fill the variables
echo '[]' > src/components/pages/PageDonate/data.json
pnpm dev
```