From 8b5fb3f8c1c735abf9ead094ea2e7207df735394 Mon Sep 17 00:00:00 2001 From: jzakotnik Date: Tue, 24 Aug 2021 21:33:30 +0200 Subject: [PATCH] updated readme --- README.md | 28 ++++++++++++++++++++++++++-- nextjs/mwe/README.md | 26 -------------------------- 2 files changed, 26 insertions(+), 28 deletions(-) delete mode 100644 nextjs/mwe/README.md diff --git a/README.md b/README.md index 10c465f..1b4cce1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,26 @@ -# mitwemessen Webseite -Kleines Tool um sein Lunch Profil zu verwalten und mit anderen zu teilen. +# Mitwemessen + +## What is it about? + +In hybrid work models, you need to know, on which days someone is in the office to go for lunch. This nice app helps you to maintain this information and distribute it to colleauges. + + + + + + +## Demo + +Have a look at the [Demo Site](https://mitwemessen.de) + +## Getting started + +- Install node +- Clone repository +- npm install +- Copy env file +- npm run build +- In Prisma folder: yarn prisma migrate dev --name init +- Setup nginx and letsencrypt certs using certbot +- Route nginx config to node server +- Use pm2 to run node server on startup diff --git a/nextjs/mwe/README.md b/nextjs/mwe/README.md deleted file mode 100644 index 4624e55..0000000 --- a/nextjs/mwe/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# Mitwemessen - -## What is it about? - -In hybrid work models, you need to know, on which days someone is in the office to go for lunch. This nice app helps you to maintain this information and distribute it to colleauges. - - - - - - -## Demo - -Have a look at the [Demo Site](https://mitwemessen.de) - -## Getting started - -- Install node -- Clone repository -- npm install -- Copy env file -- npm run build -- In Prisma folder: yarn prisma migrate dev --name init -- Setup nginx and letsencrypt certs using certbot -- Route nginx config to node server -- Use pm2 to run node server on startup