maximecb / noisecraft

Browser-based visual programming language and platform for sound synthesis.

Home Page:https://noisecraft.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add github workflow to test `server.js`

maximecb opened this issue · comments

Since we're actively making changes to the server, I think it might make sense to add a GitHub CI workflow to test it.

Something like:

  • Install the dependencies
  • Check that we can start the server
  • Do some simple requests using wget, at least make sure we can get /, /help, /browse without crashing

Help setting this up would be most welcome :)