This is the frontend for HexName written in SvelteKit with Tailwind and DaisyUI https://hexname.com
Find a file
2026-02-01 15:34:49 +01:00
.vscode init commit 2026-01-05 17:39:59 +01:00
src fix: tooltip on mobile 2026-02-01 13:29:48 +01:00
static init commit 2026-01-05 17:39:59 +01:00
.env.example feat: new readme 2026-02-01 15:24:30 +01:00
.gitignore init commit 2026-01-05 17:39:59 +01:00
.npmrc init commit 2026-01-05 17:39:59 +01:00
deno.json fix: typo 2026-01-28 22:32:27 +01:00
deno.lock feat: fixed #links, static-adapter works 2026-01-29 19:56:23 +01:00
eslint.config.js init commit 2026-01-05 17:39:59 +01:00
package.json feat: fixed #links, static-adapter works 2026-01-29 19:56:23 +01:00
README.md feat: updated readme 2026-02-01 15:34:49 +01:00
start_backend.sh init commit 2026-01-05 17:39:59 +01:00
svelte.config.js feat: fixed #links, static-adapter works 2026-01-29 19:56:23 +01:00
tsconfig.json init commit 2026-01-05 17:39:59 +01:00
vite.config.ts feat: added 5 blogs, refactored legals, fixed (side)menu behaviour, made pages uniform 2026-01-25 00:34:06 +01:00

HexName's Frontend

This is the frontend written in Sveltekit using Tailwind and DaisyUI for my website/project HexName, a free DNS/DDNS service.

Contributions

Pull requests improving the workflow, fixing bugs, etc are welcome.

Use deno task dev to run the local development environment.

For deployment, the static-adapter is used: deno task build