No description https://tei.su
Find a file
alina sireneva a4f2b319cb
All checks were successful
Publish and deploy / publish (push) Successful in 41s
Publish and deploy / deploy (push) Successful in 9s
feat: 404 page
2025-02-17 12:46:36 +03:00
.forgejo/workflows ci: migrate to buildkit 2025-01-16 04:01:38 +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 chore: moved proxifier to the main site 2025-02-12 00:40:49 +03:00
src feat: 404 page 2025-02-17 12:46:36 +03:00
.dockerignore initial commit 2024-08-03 07:53:14 +03:00
.env.example chore: refactored to allow most envs to be optional 2025-02-12 00:52:58 +03:00
.gitignore build: updated to astro 5 2025-01-25 10:59:14 +03:00
astro.config.mjs chore: fuck lightningcss 2025-01-31 22:55:02 +03:00
Dockerfile build: bumped node 2025-02-12 00:54:46 +03:00
drizzle.config.ts refactor: unocss 2025-01-25 13:42:13 +03:00
eslint.config.js refactor: unocss 2025-01-25 13:42:13 +03:00
LICENSE Add LICENSE 2025-01-29 06:27:12 +03:00
package.json build: bumped mtcute 2025-02-12 00:53:37 +03:00
pnpm-lock.yaml build: bumped mtcute 2025-02-12 00:53:37 +03:00
postcss.config.mjs chore: fuck lightningcss 2025-01-31 22:55:02 +03:00
README.md initial commit 2024-08-03 07:53:14 +03:00
tsconfig.json refactor: unocss 2025-01-25 13:42:13 +03:00
uno.config.ts chore: fuck lightningcss 2025-01-31 22:55:02 +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