diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4fa98a9..54aebe7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ If you require more detailed instructions on any of these steps, please see the ## Running the App 1. Run the development server step with `npm run dev` - this will start the Vite dev server on http://localhost:5173/bookbinder-js/ which will refresh when you save changes to any of the source files. -1. If you want to check something in a 'final' build, you can run `npm run preview`, which will build and then serve the app on http://localhost:4173/bookbinder-js/ - this mode will *not* auto-refresh. +1. If you want to check something in a 'final' build, you can run `npm run preview`, which will build and then serve the app on http://localhost:4173/bookbinder-js/ - this mode will _not_ auto-refresh. 1. If you are using VS Code, you can install the 'Debugger for Chrome' or 'Debugger for Firefox' extensions, and then launch the app via VS Code's Run menu to get an IDE debug session. ## Branching and Committing diff --git a/README.md b/README.md index f0e2398..39d1782 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ npm run lint:fix # Runs ESLint to check for coding style violations, and att npm run prettier # Runs Prettier to check for file formatting violations npm run prettier:fix # Runs ESLint to check for file formatting violations, and attempts reformat any bad files ``` + To close out of any of the commands that don't automatically exist (`dev`, `preview`, and `test`), type `q` and then hit Enter. ## Running Locally