From 5d1197500cd73db290a2c27ad0b76e3d320bef55 Mon Sep 17 00:00:00 2001 From: viktorstrate Date: Mon, 12 Aug 2019 16:16:08 +0200 Subject: [PATCH] Add notion link to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9497b3..3df02c2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > NOTE: This software should not be used in production yet, since it is in early development, and still contains security holes. +[Follow the development progress here](https://www.notion.so/e8a95059eaa74fd7b8b69f8c949c9d08?v=c999e954941b43f4bf5fcec8451a789a) + ![screenshot](/screenshot.png) ## Aim of the project @@ -47,8 +49,6 @@ that is easy to host on a personal server, to easily view the photos located on cd ./api && npm start ``` -![](api/img/graphql-playground.png) - ### [`/ui`](./ui) This will start the GraphQL API in the foreground, so in another terminal session start the UI development server: