Add build command to readme #300

Merged
joshr4 merged 4 commits from update-readme-with-build-cmd into main 2023-02-15 20:14:56 +00:00
joshr4 commented 2023-02-14 21:14:29 +00:00 (Migrated from github.com)

With the recent yarn workspaces change (https://github.com/v0l/snort/pull/274), I was unable to initially run the app. I added some text to the readme that directs the user to run the build command for the nostr package so they can avoid nostr package errors.

With the recent yarn workspaces change (https://github.com/v0l/snort/pull/274), I was unable to initially run the app. I added some text to the readme that directs the user to run the build command for the `nostr` package so they can avoid `nostr` package errors.
SamSamskies (Migrated from github.com) approved these changes 2023-02-14 21:50:43 +00:00
SamSamskies (Migrated from github.com) left a comment

Thanks for the PR 🤙. I ran into this same problem today.

Thanks for the PR 🤙. I ran into this same problem today.
v0l commented 2023-02-14 21:57:35 +00:00 (Migrated from github.com)

I added a new script to the root, yarn start will work as normal

I added a new script to the root, `yarn start` will work as normal
joshr4 commented 2023-02-14 23:08:40 +00:00 (Migrated from github.com)

nice! 94bdd44192 adds yarn start which does the trick.

But, the two commands in the readme now only work if the user first builds the nostr package (via the root start or build scripts), should those two commands be removed in favor of suggesting the root yarn start? I updated this PR with one more commit 4bdc393029d1b8ec43debeac25ae685e260d6001

nice! https://github.com/v0l/snort/commit/94bdd44192337909a82dae6f3c0fe3c76359b7f7 adds `yarn start` which does the trick. But, the two commands in the readme now only work if the user first builds the `nostr` package (via the root start or build scripts), should those two commands be removed in favor of suggesting the root `yarn start`? I updated this PR with one more commit 4bdc393029d1b8ec43debeac25ae685e260d6001
v0l (Migrated from github.com) approved these changes 2023-02-14 23:15:41 +00:00
Sign in to join this conversation.
No description provided.