We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: