- Add package.json for frontend dependencies and scripts
- Create AdminPanel component for managing short links
- Implement App component for shortening URLs and admin access
- Add API utility functions for token management and link operations
- Set up main entry point for the Svelte application
- Configure Vite with proxy settings for API requests
- Create systemd service file for the short link server
Co-authored-by: Copilot <copilot@github.com>