docs(frontend): removed unnecessary code

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-06-23 14:08:40 +02:00
parent eb967919f5
commit ece5b482e6
2 changed files with 1 additions and 13 deletions

View file

@ -3,16 +3,3 @@
- [Vagrant](../scripts/vagrant/README.md)
- Node Version 17
- yarn
### Development environment
```bash
cd openreplay/frontend
# Change endpoints to local openreplay installation
sed -i 's#PRODUCTION: true#PRODUCTION: false#g' env.js
sed -i "s#API_EDP: .*#API_EDP: 'http://openreplay.local/api',#g" env.js
sed -i "s#ASSETS_HOST: .*#ASSETS_HOST: 'http://openreplay.local/assets',#g" env.js
# Installing dependencies
yarn
```

View file

@ -0,0 +1 @@
chore