gabipurcaru / followgraph

MIT License
207 stars 22 forks source link

Update Run Steps #8

Closed JcMinarro closed 1 year ago

JcMinarro commented 1 year ago

Update Run Steps for users that didn't install dependencies previously.

If you try to run the project without installing the dependencies an error is shown to you, something like:

$ npm run dev
> mastodon-followgraph@0.1.0 dev
> next dev

/tmp/dev-12b79e87.sh: 1: next: not found
gabipurcaru commented 1 year ago

looks good, thanks for the contribution. This is actually the default next.js readme so you might want to fix it upstream for better impact :)