Developer-DAO / create-dao

MIT License
93 stars 15 forks source link

Update User README and create User Docs #43

Closed e-roy closed 2 years ago

e-roy commented 2 years ago

Description

The README file the user gets when running npx create-dao doesn't have any info about how to get started using. Also there are no docs to help guide the user to make changes and deployment of contracts.

Why is this needed?

create-dao isn't straight forward how to use and needs docs to help the user getting up and going.

Proposed Solution or API

Rewrite the README file to reflect the useful script commands that can be used. Also creating a doc folder within the root of this repo that the README file will point to. The doc folder isn't inside the user's project so it is easier to update incase of changes as create-dao is developed further.

Additional Information

No response