-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
||
<img src="nextjs/mwe/docs/screen1.png" width=300> | ||
<img src="nextjs/mwe/docs/screen2.png" width=300> | ||
<img src="nextjs/mwe/docs/screen3.png" width=300> | ||
<img src="nextjs/mwe/docs/screen4.png" width=300> | ||
|
||
## 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 |
This file was deleted.
Oops, something went wrong.