Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-gaby committed May 6, 2023
1 parent 6081459 commit 09e1bbc
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,34 @@

A Firefox/Chrome extension for the [2FAuth](https://github.com/Bubka/2FAuth) project.

### Development Requirements
## Development

### Requirements

- [NodeJS](https://nodejs.com) v18
- [NPM](https://npmjs.com) v8 (included with Node)

### Commands
#### Dev builds
```shell
# Build all dev versions
npm run build

# Build Chrome dev version
npm run build:chrome

# Build Firefox dev version
npm run build:firefox
```

#### Distribution builds
```shell
# Build all distribution versions
npm run dist

# Build Chrome distribution version
npm run dist:chrome

# Build Firefox distribution version
npm run dist:firefox
```

0 comments on commit 09e1bbc

Please sign in to comment.