Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnelies committed Feb 2, 2025
1 parent f951c4b commit 64d365a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions DEV.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### To build the lib

`npm run build`

### To update the icons

```
pip install -r misc/requirements.txt
python misc/icons.py
```

The resulting list of authenticators will be printed in the console.
It has to be copied in `src/authenticatorsMetadata.ts` to update it.

The docs will be updated with `build.sh`

0 comments on commit 64d365a

Please sign in to comment.