redwoodjs / redwood

The App Framework for Startups
https://redwoodjs.com
MIT License
17.25k stars 991 forks source link

further "join the discussion" Redwood Installation copy #909

Closed thedavidprice closed 3 years ago

thedavidprice commented 4 years ago

this is Part 2 of https://github.com/redwoodjs/redwood/issues/811 and #889

Merging content originally in #200 Other ideas for improvements, which we should scrutinize as we don’t want to overdue it.

Perhaps we need a "Next Steps" page to link to on website -- bare-bones how to get started and helpful links. Maybe?

Example from CreateReactApp

Created git commit.

Success! Created my-app at /Users/price/Repos/my-app
Inside that directory, you can run several commands:

  yarn start
    Starts the development server.

  yarn build
    Bundles the app into static files for production.

  yarn test
    Starts the test runner.

  yarn eject
    Removes this tool and copies build dependencies, configuration files
    and scripts into the app directory. If you do this, you can’t go back!

We suggest that you begin by typing:

  cd my-app
  yarn start

Happy hacking!
robobunny commented 4 years ago

I think I could help with this. I'm going to post on the discord though because I may need a bit of hand holding as it's my first OSS contribution...