Skip to content

Commit

Permalink
fix: dont try to submit links that are alt / ctrl clicked (#217)
Browse files Browse the repository at this point in the history
* fix: dont try to submit links that are alt / ctrl clicked

* fix wrong function
  • Loading branch information
KonnorRogers authored Aug 12, 2024
1 parent 4a74ff7 commit 7aea28b
Show file tree
Hide file tree
Showing 4 changed files with 4,613 additions and 3,008 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ cd mrujs
2. Install packages

```bash
yarn install
pnpm install
```

### View Dev Server

```bash
yarn start
pnpm run start
```

### Run tests

```bash
yarn test
pnpm test
```

## Rails
Expand Down Expand Up @@ -65,5 +65,5 @@ Docs are located in `/docs` and use Bridgetown + Netlify.

To start the docs server do the following:

`cd docs && yarn install && bundle install && yarn start`
`cd docs && bundle install && bin/bridgetown start`

Loading

0 comments on commit 7aea28b

Please sign in to comment.