Create a New Site
In this section, we'll get our Docusaurus site up and running for local development. The process takes less than a few minutes.
+Create a New Site
In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.
Scaffold the Site
-
@@ -93,7 +93,7 @@
- Run
cd website
to go into thewebsite
directory. - Run
npm start
oryarn start
.
-The
Linking dependencies...
step might take a while, but it will finish eventually.
The following contents will be created for you in the directory you are in.
+The following contents will be created in your current directory. Some example documentation pages (under docs
) and blog posts (under website/blog
) are included.
├── Dockerfile
├── docker-compose.yml
├── docs
@@ -131,14 +131,13 @@
│ └── oss_logo.png
└── yarn.lock
-There would be some example documentation and blog pages generated.
A browser window will open up at http://localhost:3000.
-Congratulations, you have just made your first Docusaurus site! Click around the pages generated for you to see what's available.
-