-
Notifications
You must be signed in to change notification settings - Fork 961
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
Get it running on Ubuntu (Documentation) #24
Comments
Thanks a lot for this. I wasted quite a few hours trying to get it to run. Then found your approach and had it working in 5 minutes :-) |
Thanks @magdesign that was what was needed. By the way, your solution makes it work on Gitpod with just yarn and yarn watch. Need to have a github login. This link will load it |
Hi! any ideas how to make it work with HTTPS? My server is running HTTPS fine, but as soon as I Any idea how to make it work? |
First install yarn:
then replace the whole content of
package.json
with:then:
yarn
it will download and install some stuff.
when finished type:
yarn watch
your browser should pop-up and pose-animator is running.
The text was updated successfully, but these errors were encountered: