Skip to content

Commit 1b12215

Browse files
committed
README.md: improve publishing note
1 parent 1d2b2c1 commit 1b12215

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ The website is built with Docusaurus that transforms the mdx files along with th
2121

2222
Since Docusaurus is a Node.js application, you need to install Node.js and run `npm install` to install all dependencies.
2323

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

Comments
 (0)