patty's personal link shortener
Can be found here: https://minji.love/s/
Caution
/admin is not protected. If you plan to host a public instance, make sure you use Cloudflare Access or something similar to prevent unauthorized access.
Once you've created a project and installed dependencies with bun install, start a development server:
bun run dev
# or start the server and open the app in a new browser tab
bun run dev -- --openTo create a production version of your app:
bun run buildYou can preview the production build with bun run preview.