bugy / script-server

Web UI for your scripts with execution management
Other
1.57k stars 248 forks source link

Add documentation for developing locally #527

Open Conway opened 2 years ago

Conway commented 2 years ago

The local development process is pretty straightforward, but it would be nice to have all information about developing/modifying the code locally on a single wiki page. I think it would also benefit developers to have information about how to add tests and run tests locally. Currently, it requires digging through .travis.yml, src/tests and src/e2e_tests to get a better picture on running tests locally. Any additional info on running these tests locally would be appreciated!

RollingHog commented 2 years ago

Not a maintainer but wanna add my two cents. Maybe you can write a draft where you summarize all you already understood and create a PR? It's usually easier to write documentation as a user rather than as (main) developer.