3
0
Fork
You've already forked frontend
0
soteria's next generation frontend
  • Svelte 83.1%
  • TypeScript 11.2%
  • HTML 4.3%
  • CSS 0.7%
  • JavaScript 0.7%
2025年03月18日 13:24:22 -07:00
assets code :D 2025年01月03日 10:53:44 -08:00
src fix(Post): far off clicks from post content did not register 2025年03月18日 13:24:22 -07:00
static code :D 2025年01月03日 10:53:44 -08:00
.gitattributes code :D 2025年01月03日 10:53:44 -08:00
.gitignore code :D 2025年01月03日 10:53:44 -08:00
bun.lockb feat: emoji selector ( #18 ) 2025年01月24日 12:01:35 +00:00
package.json feat: emoji selector ( #18 ) 2025年01月24日 12:01:35 +00:00
postcss.config.js code :D 2025年01月03日 10:53:44 -08:00
README.md code :D 2025年01月03日 10:53:44 -08:00
svelte.config.js code :D 2025年01月03日 10:53:44 -08:00
tailwind.config.ts feat/appearance ( #25 ) 2025年01月26日 22:37:31 +00:00
tsconfig.json code :D 2025年01月03日 10:53:44 -08:00
vite.config.ts code :D 2025年01月03日 10:53:44 -08:00

soteria frontend

next generation frontend for soteria made in sveltekit & tailwindcss.

global posts profile focused post

running

the soteria frontend requires bun in order to be run.

first, create a new .env file with PUBLIC_API_URL set to the url of the soteria api you would like to use.

second, install all dependencies with bun i.

finally, run bun run dev and check out the sweet frontend!