Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change shell scripts to run new UI #533

Merged
merged 10 commits into from
Jul 2, 2024

Conversation

msalihaltun
Copy link
Collaborator

@msalihaltun msalihaltun commented Jun 30, 2024

🚀 This description was created by Ellipsis for commit 6dbf443

Summary:

Updated shell scripts to support new UI setup and configure frontend environment.

Key points:

  • Updated run_ui.sh to navigate to skyvern-frontend and run npm start.
  • Modified setup.sh to ensure npm is installed and to install frontend dependencies.
  • Added steps in setup.sh to configure skyvern-frontend/.env with the API token.
  • Updated skyvern-frontend/.env.example to include VITE_SKYVERN_API_KEY placeholder.

Generated with ❤️ by ellipsis.dev

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Changes requested. Reviewed everything up to 6dbf443 in 31 seconds

More details
  • Looked at 70 lines of code in 3 files
  • Skipped 1 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_6UKRswBas6hN7liB


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

setup.sh Outdated Show resolved Hide resolved
run_ui.sh Outdated Show resolved Hide resolved
@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is 8051 for streamlit and 8080 for our new UI?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@msalihaltun msalihaltun merged commit 7479918 into Skyvern-AI:main Jul 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants