Change shell scripts to run new UI (#533)

This commit is contained in:
Salih Altun
2024-07-02 19:20:47 +03:00
committed by GitHub
parent 42e299a9d9
commit 7479918680
5 changed files with 49 additions and 5 deletions

View File

@@ -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: