mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 12:52:31 +02:00
Update getting-started doc
This commit is contained in:
parent
429aa636d0
commit
48916d9f39
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ yarn run start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
This will start a server hosting your website locally at `localhost:3000`. This server will ignore any occurences `siteConfig.baseUrl` in URLs, e.g. `localhost:3000/your-site/index.html` will be the same as `localhost:3000/index.html`. Any changes to configured files will be reflected by refreshing the page, i.e. the server does not need to be restarted to show changes.
|
This will start a server hosting your website locally at `localhost:3000`. This server will ignore any occurences `siteConfig.baseUrl` in URLs, e.g. `localhost:3000/your-site/index.html` will be the same as `localhost:3000/index.html`. Any changes to configured files will be reflected by refreshing the page, i.e. the server does not need to be restarted to show changes. You may also specify a different port to start your server on as a command line argument, e.g. `npm run start 9000`.
|
||||||
|
|
||||||
|
|
||||||
### Build Static Pages
|
### Build Static Pages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue