remove Connexion dependency as we do not have a Swagger REST API
This commit is contained in:
@@ -34,8 +34,7 @@ You can run the app locally:
|
||||
|
||||
$ pip3 install -r requirements.txt
|
||||
$ kubectl proxy &
|
||||
$ cd app && npm start &
|
||||
$ cd -
|
||||
$ (cd app && npm start &)
|
||||
$ ./app.py
|
||||
|
||||
Now direct your browser to http://localhost:8080
|
||||
|
||||
Reference in New Issue
Block a user