11 lines
384 B
Markdown
11 lines
384 B
Markdown
# HexName's Frontend
|
|
|
|
This is the frontend written in SvelteKit using Tailwind and DaisyUI for my website/project [HexName](https://hexname.com), 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`
|