p5-server icon indicating copy to clipboard operation
p5-server copied to clipboard

Command-line tool to create and run p5.js sketches. It runs a server with live reload, sketch-aware directory listings, automatic libraries for JavaScript-only sketches.

Results 1 p5-server issues
Sort by recently updated
recently updated
newest added

I'm running into issues where stylesheets aren't able to be loaded from the CDNs. When running `p5 serve --open`, I get `Failed to load resource: net::ERR_CONTENT_DECODING_FAILED` for `semantic.min.css`. If I...