From b3c69140db6bca20244a62f1e2d25065708911c5 Mon Sep 17 00:00:00 2001 From: julius zeidler Date: Mon, 8 Aug 2022 17:47:36 +0200 Subject: [PATCH] add readme --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 00000000..27662c3a --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +# Scope + +This repository holds the website for the ham radio group "Draussenfunker". + +## Setup +Install Nodejs Version 14. + +Run `yarn install` to install the required packages. +Run `yarn dev` to start the local development environment. +Push to `main` branch to deploy the website. \ No newline at end of file