tei.su/README.md
2024-08-03 07:53:14 +03:00

15 lines
226 B
Markdown

# 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
```