Intro
Let's discover Docusaurus in less than 5 minutes.
What you'll need​
- Node.js version 14 or above:
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
Start your site​
Run the development server:
cd 5app-docs
npm run start
The npm run start
command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/.
Open docs/docusaurus-tutorial/intro.md
(this page) and edit some lines: the site reloads automatically and displays your changes.