Change shell scripts to run new UI (#533)
This commit is contained in:
@@ -104,6 +104,7 @@ Before you begin, make sure you have the following installed:
|
||||
- [Brew (if you're on a Mac)](https://brew.sh/)
|
||||
- [Poetry](https://python-poetry.org/docs/#installation)
|
||||
- `brew install poetry`
|
||||
- [node](https://nodejs.org/en/download/)
|
||||
- [Docker](https://docs.docker.com/engine/install/)
|
||||
|
||||
Note: Our setup script does these two for you, but they are here for reference.
|
||||
@@ -127,7 +128,7 @@ Note: Our setup script does these two for you, but they are here for reference.
|
||||
```bash
|
||||
./run_ui.sh
|
||||
```
|
||||
1. Navigate to `http://localhost:8501` in your browser to start using the UI
|
||||
1. Navigate to `http://localhost:8080` in your browser to start using the UI
|
||||
|
||||
## Additional Setup for Contributors
|
||||
If you're looking to contribute to Skyvern, you'll need to install the pre-commit hooks to ensure code quality and consistency. You can do this by running the following command:
|
||||
|
||||
Reference in New Issue
Block a user