... | ... | @@ -26,11 +26,11 @@ The guide will help you develop websites and host it on to github using Docusaur |
|
|
9. To open up terminal you can Press `Ctrl` + `j`.
|
|
|
![vscode-terminal](upload/19.png)
|
|
|
|
|
|
10. Initialize the docusaurus by running the command
|
|
|
10. Initialize the docusaurus by running the command
|
|
|
```sh
|
|
|
npx @docusaurus/init@next init {name-of-the-website} classic
|
|
|
```
|
|
|
11. To preview the website run command
|
|
|
11. To preview the website run command
|
|
|
```sh
|
|
|
cd {name-of-the-website}
|
|
|
yarn start --host 0.0.0.0 --port 3000
|
... | ... | |