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
While there are lots of options out there for local servers I think it could be handy for those looking to contribute and set up a local dev version. Happy to write them up and send a PR.
The text was updated successfully, but these errors were encountered:
For now it might even be worthwhile adding a simple npm serve script as an alias for serving the root's index.html with python's SimpleHTTPServer for new contributors?
Checking if this is still somebody is working on? or should we close?
I wouldn't over-engineer it :) As far as local server is concerned, it could be as easy as running browser-sync at the root of the project (that's how I do all the testing this repo), e.g.:
While there are lots of options out there for local servers I think it could be handy for those looking to contribute and set up a local dev version. Happy to write them up and send a PR.
The text was updated successfully, but these errors were encountered: