Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 613 Bytes

File metadata and controls

28 lines (18 loc) · 613 Bytes
title Getting Started with Chewy Stack
slug /

Step 1: Generate a new Docusaurus site

If you haven't already, generate a new Docusaurus site using the classic template:

npx @docusaurus/init@latest init my-website classic

Step 2: Start your Docusaurus site

Run the development server in the newly created my-website folder:

cd my-website

npx docusaurus start

Open docs/getting-started.md and edit some lines. The site reloads automatically and display your changes.

That's it!

Congratulations! You've successfully run and modified your Docusaurus project.