Skip to content

Commit d4ba644

Browse files
authored
Docs: Replace broken command with yarn watch (#655)
The setup instructions say to use `yarn serve`. Doing so results in the following error: ``` yarn run v1.22.22 error Command "serve" not found. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ``` Instead of using `yarn serve`, the command `yarn watch` can be used as suggested previously on Discord. ![image](https://github.com/user-attachments/assets/b23f7a8d-4084-4a99-bd82-c440dcdabc53) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Updated the instructions for starting the application to use "yarn watch" instead of "yarn serve", ensuring the user guide aligns with the current development process. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 3ffc099 commit d4ba644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For M1 macs, if you get an error while scraping due to not being able to downloa
7676
### Start from Source
7777

7878
- Run `yarn` to install the dependencies
79-
- Run `yarn serve` to start the app
79+
- Run `yarn watch` to start the app
8080
- Set up additional exporters (Optional)
8181
- If you want to set up YNAB or Google Sheets, see instructions below
8282
- Run by clicking on the `Run` button in the app

0 commit comments

Comments
 (0)