This is the frontend for HexName written in SvelteKit with Tailwind and DaisyUI
https://hexname.com
| .vscode | ||
| src | ||
| static | ||
| .env.example | ||
| .gitignore | ||
| .npmrc | ||
| deno.json | ||
| deno.lock | ||
| eslint.config.js | ||
| package.json | ||
| README.md | ||
| start_backend.sh | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
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