GitHub/GitLab alternative written in V.
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:
git push
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:
libsqlite3-dev
)v install markdown
)v install pcre
)You can install libgit2 with:
apt install libgit2-dev
pkg install libgit2
brew install libgit2
Gitly will support Postgres and MySQL in the future (once V ORM does).