vlang / gitly

Light and fast GitHub/GitLab alternative written in V
GNU General Public License v3.0
1.35k stars 71 forks source link

Gitly

CI

GitHub/GitLab alternative written in V.

https://gitly.org

This is alpha software

The V web framework and Gitly are at an early stage of development. Lots of features are missing. The biggest missing features that will be implemented soon:

sassc src/static/css/gitly.scss > src/static/css/gitly.css
v .
./gitly

If you don't want to install sassc, you can simply run

curl https://gitly.org/css/gitly.css --output static/css/gitly.css

Required dependencies:

You can install libgit2 with:

Gitly will support Postgres and MySQL in the future (once V ORM does).