You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,6 @@ The website is built with Docusaurus that transforms the mdx files along with th
21
21
22
22
Since Docusaurus is a Node.js application, you need to install Node.js and run `npm install` to install all dependencies.
23
23
24
-
Then, you can run `npm run start` to start the development server and open the website in a browser. You can also run `npm run build` to build the static website.
24
+
Then, you can run `npm run start` to start the development server and open the website in a browser.
25
+
26
+
To publish the site, run `npm run build` to build the static website and upload the generated files in `build/`.
0 commit comments