Skip to content

Commit

Permalink
Merge pull request #102 from PAIR-code/LeoLaugier-06-03-2024
Browse files Browse the repository at this point in the history
updated readme to update deployed app
  • Loading branch information
LeoLaugier committed Apr 2, 2024
2 parents 27e071c + 36e0857 commit ae76554
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions llm-meditators/webapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,11 @@ Note: for some reason, assets (images) are not rendered correctly when the app i
Here is a [quick video tutorial](https://mail.google.com/mail/u/0/#inbox/QgrcJHsTfQgVhDSJBNQBGTzQNLwzGBhqxbv?projector=1) on how to use the app.

More info on the deployment on Github-pages [there](https://angular.io/guide/deployment#deploy-to-github-pages).

How to update the deployed app with the most recent version from https://github.com/PAIR-code/recommendation-rudders/?
1. Add the remote repository from https://github.com/PAIR-code/recommendation-rudders/
2. Fetch the remote repository
3. Merge the remote repository with the local repository
4. Run `ng build --output-path docs --base-href /recommendation-rudders/`
5. Commit and push

0 comments on commit ae76554

Please sign in to comment.