No description
  • TypeScript 98.1%
  • CSS 1.3%
  • JavaScript 0.6%
Find a file
2026-09-22 15:30:55 +01:00
.lovable Changes 2026-07-31 01:02:32 +00:00
public change icon path 2026-09-22 01:29:19 +01:00
src chore: change captions 2026-09-22 15:30:55 +01:00
.gitignore template: tanstack_start_ts_current-dbbe0d48c360 2026-07-24 20:13:17 +02:00
.prettierignore template: tanstack_start_ts_current-dbbe0d48c360 2026-07-24 20:13:17 +02:00
.prettierrc template: tanstack_start_ts_current-dbbe0d48c360 2026-07-24 20:13:17 +02:00
AGENTS.md template: tanstack_start_ts_current-dbbe0d48c360 2026-07-24 20:13:17 +02:00
bun.lock cleanup lock files 2026-09-22 01:02:26 +01:00
bunfig.toml template: tanstack_start_ts_current-dbbe0d48c360 2026-07-24 20:13:17 +02:00
components.json Changes 2026-07-31 01:02:41 +00:00
eslint.config.js template: tanstack_start_ts_current-dbbe0d48c360 2026-07-24 20:13:17 +02:00
package-lock.json cleanup lock files 2026-09-22 01:02:26 +01:00
package.json cleanup lock files 2026-09-22 01:02:26 +01:00
README.md Add project README 2026-07-30 18:20:47 +00:00
tsconfig.json template: tanstack_start_ts_current-dbbe0d48c360 2026-07-24 20:13:17 +02:00
vite.config.ts template: tanstack_start_ts_current-dbbe0d48c360 2026-07-24 20:13:17 +02:00

DST

I want to build my organization's website. Here's the logo both in jpg and svg.

This project was built with Lovable.

Build with Lovable

Continue developing this project in the Lovable editor.

  • Ship faster: describe what you want to build and Lovable handles the code.
  • Stay in sync: every change made in Lovable is committed straight to this repository.
  • Full ownership: this code is yours. Push to main on GitHub and your changes sync back into Lovable, ready for your next prompt.

Development

Prefer working locally? You need Node.js and npm — install with nvm.

git clone <this-repository-url>
cd <repository-name>
npm i
npm run dev