Folkwise-io / mintbean-cli

MIT License
13 stars 9 forks source link

Bug: `mint dev` command does not exist #64

Closed nicofraisse closed 4 years ago

nicofraisse commented 4 years ago

Description README says to use mint dev or mint develop to serve the project locally. It returns "unknown command".

To Reproduce Run mint dev or mint develop on a mint project.

Expected behavior Should start the dev server

Proposed solutions A. remove this section from the README and instruct the user to run yarn start or B. make the mint dev or mint develop commands work