Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbinna authored Apr 28, 2023
1 parent 946f4af commit 8333bb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ cd web
npm install
npm run start
```

## Deploy

Push dist to gh-pages branch:
```
# Remove dist from .gitignore
git add web/dist && git commit -m "Comment"
git subtree push --prefix web/dist origin gh-pages
```

0 comments on commit 8333bb7

Please sign in to comment.