mmk2410.org/README.md

17 lines
367 B
Markdown
Raw Permalink Normal View History

2020-05-15 20:26:26 +02:00
# mmk2410.org
2024-03-17 22:34:51 +01:00
Kirby implementation of the website running at mmk2410.org
2022-02-17 17:23:32 +01:00
2024-03-17 22:34:51 +01:00
The site uses nextDESGIN 9 as a theme.
The content is not part of this Git repository, at least not at the beginnng.
## Asset Building
Running the site requires buidling and compiling assets. This is done using [esbuild](https://esbuild.github.io/).
```bash
npm install
npm run build
```