From 9af0d85879c66f95a7053d4145bc3e31a18aed62 Mon Sep 17 00:00:00 2001 From: Chasethechicken Date: Tue, 14 Dec 2021 11:38:43 +0100 Subject: [PATCH] Remove paragraph about development setup As this is documented in dev/getting-started.md Signed-off-by: Falk Rehse --- docs/content/dev/2.0.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/content/dev/2.0.md b/docs/content/dev/2.0.md index 863b0b5a4..70f8f639c 100644 --- a/docs/content/dev/2.0.md +++ b/docs/content/dev/2.0.md @@ -23,12 +23,6 @@ The software provides two special groups which have no explicit users: - The owner of a note may delete all revisions. This effectively purges the edit history of a note. -## Dev Setup -- Clone backend and frontend in two folders. -- Run `yarn install` in both projects -- Start the backend server in watch mode using `yarn start:dev`. The backend is then accessible on port 3000. -- Start the frontend dev server using `yarn start`. The frontend is now accessible on port 3001. - ## Entity `create` methods Because we need to have empty constructors in our entity classes for TypeORM to work, the actual constructor is a separate `create` method. These methods should adhere to these guidelines: