mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
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:
parent
c61b4bdbf2
commit
9af0d85879
1 changed files with 0 additions and 6 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue