remix-run / indie-stack

The Remix Stack for deploying to Fly with SQLite, authentication, testing, linting, formatting, etc.
https://remix.run/stacks
MIT License
1.13k stars 315 forks source link

chore: Update README.md to include dependency install step #303

Open mflorida opened 3 weeks ago

mflorida commented 3 weeks ago

The Development section did not include the usual npm install step, so one was added. For most devs this is an obvious step in project setup, but ought to be included to fully disambiguate the process.