Skip to content

Commit

Permalink
Update docs/quick_start.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr authored Mar 12, 2024
1 parent b3b312b commit 8e20e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick_start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ npm install -g electron firebase-tools dotenv-cli
npm run dev
```

Running the task in development mode enables "hot reloading": when you make changes to the code, they'll immediately be reflected in the app without you needing to restart the server. This is how you'll run the project while creating your task!
Running the task in development mode enables "hot reloading": changes to the code will immediately be reflected in the app without needing to restart the server. This is how you'll run the project while creating your task!

:::tip
The dev script runs Honeycomb on Electron without any environment variables. Check out the [NPM Scripts](npm_scripts#dev) page for more information on the available development environments.
Expand Down

0 comments on commit 8e20e4b

Please sign in to comment.