Remove paragraph about development setup

As this is documented in dev/getting-started.md

Signed-off-by: Falk Rehse <neuringe1234@gmail.com>
This commit is contained in:
Chasethechicken 2021-12-14 11:38:43 +01:00 committed by David Mehren
parent c61b4bdbf2
commit 9af0d85879
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -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 - The owner of a note may delete all revisions. This effectively purges the edit
history of a note. 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 ## 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: 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: