You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a CLI command like posty serve to fire up a HTTP web server to display the contents of the build output. Can likely use Python's built-in SimpleHTTPServer for this.
Needs to fiddle with site config to modify base URL to be the URL that the server is listening on, e.g. http://localhost:5000/.
Bonus points for running build and refreshing the page on a file change.
The text was updated successfully, but these errors were encountered:
Add a CLI command like
posty serve
to fire up a HTTP web server to display the contents of the build output. Can likely use Python's built-in SimpleHTTPServer for this.Needs to fiddle with site config to modify base URL to be the URL that the server is listening on, e.g.
http://localhost:5000/
.Bonus points for running build and refreshing the page on a file change.
The text was updated successfully, but these errors were encountered: