Skip to content

Commit

Permalink
Merge pull request #1636 from ryanpwaldon/typo/incorrect-yarn-dev-pre…
Browse files Browse the repository at this point in the history
…set-command

typo: incorrect yarn dev preset command
  • Loading branch information
tom2drum authored Feb 23, 2024
2 parents d806732 + c768469 commit 98d3bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ B. Pre-defined configuration:
1. Optionally, clone `.env.example` file into `configs/envs/.env.secrets`. Fill it with necessary secrets for integrating with [external services](./ENVS.md#external-services-configuration). Include only secrets your need.
2. Choose one of the predefined configurations located in the `/configs/envs` folder.
3. Start your local dev server using the `yarn dev:<config_name>` command.
3. Start your local dev server using the `yarn dev:preset <config_preset_name>` command.
4. Open your browser and navigate to the URL provided in the command line output (by default, it is `http://localhost:3000`).
Expand Down

0 comments on commit 98d3bbc

Please sign in to comment.