Skip to content

Commit

Permalink
Merge pull request #885 from masonmcelvain/renovate/prettier-3.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency prettier to v3.4.2
  • Loading branch information
masonmcelvain authored Dec 27, 2024
2 parents 41858fc + 1b4578b commit 214cba4
Show file tree
Hide file tree
Showing 4 changed files with 6,474 additions and 8,802 deletions.
30 changes: 15 additions & 15 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@ diverse, inclusive, and healthy community.
Examples of behavior that contributes to a positive environment for our
community include:

- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
- Focusing on what is best not just for us as individuals, but for the
overall community
- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
- Focusing on what is best not just for us as individuals, but for the
overall community

Examples of unacceptable behavior include:

- The use of sexualized language or imagery, and sexual attention or
advances of any kind
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email
address, without their explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting
- The use of sexualized language or imagery, and sexual attention or
advances of any kind
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email
address, without their explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities

Expand Down
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,35 @@ If there's an issue you'd like to tackle, please fork this repository, make your

### Installation

- Clone the repository and navigate to it's root directory with `git clone https://github.com/masonmcelvain/hop.git && cd hop`
- Install dependencies with `pnpm install`
- You'll need [Node.js](https://nodejs.org/en/download/) installed and `pnpm` enabled, see `package.json` for the specific versions.
- `nvm use` for [Node Version Manager](https://github.com/nvm-sh/nvm) is supported.
- Clone the repository and navigate to it's root directory with `git clone https://github.com/masonmcelvain/hop.git && cd hop`
- Install dependencies with `pnpm install`
- You'll need [Node.js](https://nodejs.org/en/download/) installed and `pnpm` enabled, see `package.json` for the specific versions.
- `nvm use` for [Node Version Manager](https://github.com/nvm-sh/nvm) is supported.

### Running a dev server

- Start a development server with `pnpm dev:chrome` or `pnpm dev:firefox`.
- Special Chrome instructions:
- Navigate to `chrome://extensions` in your browser. You can also access this page by clicking on the Chrome menu on the top right side of the Omnibox, hovering over More Tools and selecting Extensions.
- Check the box next to Developer Mode.
- Click Load Unpacked Extension and select the `dist/chrome` directory in the top level directory of this repository.
- Special Firefox instructions:
- You can preview the extension with `pnpm preview:firefox`.
- To install the extension manually:
- Visit `about:debugging#/runtime/this-firefox`.
- Click "Load Temporary Add-on..."
- Select the generated `firefox.zip` file. The extension should now be installed.
- Open the extension in your browser to see the app.
- Note: When you make code changes, you most close the extension popup (i.e. click anything but the extension window) and re-open it to see those changes reflected.
- Start a development server with `pnpm dev:chrome` or `pnpm dev:firefox`.
- Special Chrome instructions:
- Navigate to `chrome://extensions` in your browser. You can also access this page by clicking on the Chrome menu on the top right side of the Omnibox, hovering over More Tools and selecting Extensions.
- Check the box next to Developer Mode.
- Click Load Unpacked Extension and select the `dist/chrome` directory in the top level directory of this repository.
- Special Firefox instructions:
- You can preview the extension with `pnpm preview:firefox`.
- To install the extension manually:
- Visit `about:debugging#/runtime/this-firefox`.
- Click "Load Temporary Add-on..."
- Select the generated `firefox.zip` file. The extension should now be installed.
- Open the extension in your browser to see the app.
- Note: When you make code changes, you most close the extension popup (i.e. click anything but the extension window) and re-open it to see those changes reflected.

### Environment Variables

- No additional environment variables are need to develop or build the app. Should you need to add or override any though, place them in a `.env` file and they will be automatically loaded into package scripts.
- No additional environment variables are need to develop or build the app. Should you need to add or override any though, place them in a `.env` file and they will be automatically loaded into package scripts.

### Running tests

- Run [Playwright tests](https://playwright.dev/docs/intro) with `pnpm test`.
- Run [Playwright tests](https://playwright.dev/docs/intro) with `pnpm test`.

### Building for production

- Run `pnpm build`, which will output minified projects in `dist/chrome`, `dist/firefox`, and zipped projects in `dist/chrome.zip` and `dist/firefox.zip`.
- Run `pnpm build`, which will output minified projects in `dist/chrome`, `dist/firefox`, and zipped projects in `dist/chrome.zip` and `dist/firefox.zip`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"globals": "15.14.0",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"prettier": "3.3.3",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"tailwindcss": "3.4.17",
"ts-node": "10.9.2",
Expand Down
Loading

0 comments on commit 214cba4

Please sign in to comment.