Enabled Olm encryption
This commit is contained in:
17
README.md
17
README.md
@@ -1,7 +1,22 @@
|
||||
# Okupa mi coche - Frontend Angular
|
||||
Gestión de viajes en el valle.
|
||||
|
||||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.1.
|
||||
|
||||
Instalar OLM:
|
||||
npm install https://packages.matrix.org/npm/olm/olm-3.2.1.tgz
|
||||
npm install path
|
||||
|
||||
En package.json despues de `devDependencies` añadir:
|
||||
```
|
||||
"browser": {
|
||||
"crypto": false,
|
||||
"fs": false
|
||||
}
|
||||
```
|
||||
|
||||
Error dependencias:
|
||||
https://github.com/matrix-org/matrix-js-sdk/issues/1645
|
||||
|
||||
|
||||
## Development server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user