From 0825e012559fcafaf57b51881d0a49803aec4eda Mon Sep 17 00:00:00 2001 From: Benjamin Degenhart Date: Sat, 20 Apr 2024 22:08:07 +0200 Subject: [PATCH] Update readme and license --- LICENCE.MD => LICENCE | 2 +- README.md | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) rename LICENCE.MD => LICENCE (97%) diff --git a/LICENCE.MD b/LICENCE similarity index 97% rename from LICENCE.MD rename to LICENCE index 2d6f256..21d052f 100644 --- a/LICENCE.MD +++ b/LICENCE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 StaticMania +Copyright (c) 2024 FörderFunke Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 1f90cca..c31f04e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # CKG Responsive Site -This is a responsive site for CKG. +## Setup -## Licensing +```sh +npm install +``` -This Repository is built on top of the [Roxo Eleventy Template](https://github.com/StaticMania/roxo-eleventy) -and licensed under the [MIT](#) License +## Run + +```sh +npx eleventy --serve # --> localhost:8080 +```