16 lines
226 B
Markdown
16 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
|
||
|
```
|