mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
Move docs into subdirectory to make mkdocs work in a subdirectory
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
(cherry picked from commit eaeb88401d
)
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
1c6da01fa7
commit
b386737d08
97 changed files with 1485 additions and 524 deletions
7
docs/content/dev/2.0.md
Normal file
7
docs/content/dev/2.0.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue