mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -05:00
8 lines
329 B
Markdown
8 lines
329 B
Markdown
|
# 2.0 Development Hints
|
||
|
|
||
|
## 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.
|