docs(frontend): removed unnecessary code
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
eb967919f5
commit
ece5b482e6
2 changed files with 1 additions and 13 deletions
|
|
@ -3,16 +3,3 @@
|
||||||
- [Vagrant](../scripts/vagrant/README.md)
|
- [Vagrant](../scripts/vagrant/README.md)
|
||||||
- Node Version 17
|
- Node Version 17
|
||||||
- yarn
|
- 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
|
|
||||||
```
|
|
||||||
|
|
|
||||||
1
scripts/helmcharts/test.sh
Normal file
1
scripts/helmcharts/test.sh
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
chore
|
||||||
Loading…
Add table
Reference in a new issue