dgnum.eu/README.md
Tom Hubrecht 951fc2c11c
All checks were successful
Deploy dgnum.eu / deploy (push) Successful in 54s
feat(nix): Use nix-reuse, nix-actions and git-hooks.nix
2024-12-26 13:58:11 +01:00

29 lines
429 B
Markdown

<!--
SPDX-FileCopyrightText: 2024 Tom Hubrecht <tom.hubrecht@dgnum.eu>
SPDX-License-Identifier: EUPL-1.2
-->
# dgnum.eu
This is the website for dgnum.eu
## Deploy
The deployment is done automatically when an update is done here.
## Build Static Site
```bash
nix-build
```
## Develop
The website uses [11ty](https://www.11ty.dev/) for its build, to use it locally, just:
```bash
direnv allow
npm install
npm run dev
```