Open ChunkyProgrammer opened 1 year ago
I think it'd be useful to add Contribution documentation to Invidious to make it easier for people to develop for invidious.
Example content:
The following packages need to be installed onto your system for invidious to function:
Install dependencies shard install
shard install
Run Invidious crystal run src/invidious.cr
crystal run src/invidious.cr
Following the normal installation in the current documentation works too for development purpose.
But feel free to submit a new page for the documentation about how to start developing for Invidious.
I think it'd be useful to add Contribution documentation to Invidious to make it easier for people to develop for invidious.
Example content:
The following packages need to be installed onto your system for invidious to function:
Install dependencies
shard install
Run Invidious
crystal run src/invidious.cr