mmk2410.org/README.md

17 lines
367 B
Markdown

# mmk2410.org
Kirby implementation of the website running at mmk2410.org
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
```