π Quick Start
For the impatient AKA all of us
Install Nodeβ
To use Docusaurus we need to install Node.js
Clone this repoβ
- Clone this repo
git clone https://github.com/mongodb-developer/docusaurus-workshop
- Rename the folder to the name of the workshop you want to write about
mv docusaurus-workshop name-of-my-new-awesome-workshop
cd name-of-my-new-awesome-workshop
Remove .git directoryβ
As right now origin
is pointing to https://github.com/mongodb-developer/docusaurus-workshop and you don't want that. Also, most probably you don't want this git repo's history.
rm -rf .git
git init
git add .
git commit -m "Initial version"
Install all dependenciesβ
npm install
Start it!β
npm start
Try it!β
Everything going according to plan, your site should be available at http://localhost:3000/name-of-my-new-awesome-workshop