mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -04:00
docs: fix some typos
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
d152402709
commit
eb11545ca7
1 changed files with 6 additions and 6 deletions
|
@ -25,9 +25,9 @@
|
||||||
|
|
||||||
2. Enter the directory and run `yarn install`.
|
2. Enter the directory and run `yarn install`.
|
||||||
|
|
||||||
## Running Hedgedoc with auto-reload
|
## Running HedgeDoc with auto-reload
|
||||||
|
|
||||||
We will run Hedgedoc in development mode, which means the backend and frontend will automatically rebuild or restart when you make changes.
|
We will run HedgeDoc in development mode, which means the backend and frontend will automatically rebuild or restart when you make changes.
|
||||||
|
|
||||||
The commands will stay active in your terminal, so you will need multiple tabs
|
The commands will stay active in your terminal, so you will need multiple tabs
|
||||||
to run both at the same time.
|
to run both at the same time.
|
||||||
|
@ -40,8 +40,8 @@ to run both at the same time.
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
- After starting both frontend and backend, Hedgedoc will be available at `http://localhost:3000`.
|
- After starting both frontend and backend, HedgeDoc will be available at `http://localhost:3000`.
|
||||||
|
|
||||||
**Note:** If you only started the frontend, it will be available at `http://localhost:3001`.
|
**Note:** If you only started the frontend, it will be available at `http://localhost:3001`.
|
||||||
|
|
||||||
**Note:** If you want to use Hedgedoc with the real backend, point your browser at `http://localhost:3000`, as the backend proxies requests to the frontend and you'll get CORS errors if you try to use the frontend directly.
|
**Note:** If you want to use HedgeDoc with the real backend, point your browser at `http://localhost:3000`, as the backend proxies requests to the frontend and you'll get CORS errors if you try to use the frontend directly.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue