This is a Svelte 5 project that uses Tailwind and TypeScript to be a web UI for go-link-shortener.
The dashboard makes calls to the go-link-shortener API, so you will need to have that sorted for the app to really be functional.
Install dependencies with pnpm install
To start a development server:
pnpm dev
To create a production version of your app:
pnpm build
You can preview the production build with pnpm preview
.
To deploy your app, you may need to install an adapter for your target environment.