Create a basic README for new Docusaurus project #925
Labels
difficulty: starter
Issues that are starter difficulty level, e.g. minimal tweaking with a clear test plan.
good first issue
If you are just getting started with Docusaurus, this issue should be a good place to begin.
help wanted
Asking for outside help and/or contributions to this particular issue or PR.
🚀 Feature
When running
docusaurus-init
, we should at least create a basic README.md inwebsite
folder.Have you read the Contributing Guidelines on issues?
Yes
Pitch
This will help anyone who contributes to a project using Docusaurus on how to quickly get started. The README created in
website/README.md
should contains something like this below. Be creative with the wordings 😃🚀 Introduction
This website was created with Docusaurus.
📟 Install and Usage
First of all, you will need to install all the dependencies for the website
Now just run your dev server
That's it! Now you can make changes to the
docs
folder of the project directory.Check docusaurus.io to see more about Docusaurus!
Some examples:
-https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md
-https://github.com/facebook/react-native-website
-(insert any other good oss project)>
The text was updated successfully, but these errors were encountered: