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: