No description https://tei.su
Find a file
2024-08-25 21:51:26 +03:00
.github/workflows ci: dont build arm64 images 2024-08-05 00:40:36 +03:00
.runtime initial commit 2024-08-03 07:53:14 +03:00
drizzle feat: shoutbox replies 2024-08-06 23:23:12 +03:00
public initial commit 2024-08-03 07:53:14 +03:00
src chore: added matrix link 2024-08-25 21:51:26 +03:00
.dockerignore initial commit 2024-08-03 07:53:14 +03:00
.gitignore initial commit 2024-08-03 07:53:14 +03:00
astro.config.mjs fix: better csrf handling 2024-08-03 09:18:52 +03:00
Dockerfile initial commit 2024-08-03 07:53:14 +03:00
drizzle.config.ts initial commit 2024-08-03 07:53:14 +03:00
eslint.config.js initial commit 2024-08-03 07:53:14 +03:00
package.json feat: bans for shoutbox 2024-08-06 22:54:45 +03:00
pnpm-lock.yaml feat: bans for shoutbox 2024-08-06 22:54:45 +03:00
postcss.config.js initial commit 2024-08-03 07:53:14 +03:00
README.md initial commit 2024-08-03 07:53:14 +03:00
tsconfig.json initial commit 2024-08-03 07:53:14 +03:00

tei.su

source code for my place on the internet :3

finally with a modern stack (astro + solid)

dev

cp .env.example .env
# fill the variables
echo '[]' > src/components/pages/PageDonate/data.json

pnpm dev