Node.js app for display git branches, commits and files.
Supported all text-formats like .html
, .js
, .md
and etc (with highlighting code syntax).
Just change value of displayRepo
in package.json and let`s hack!
npm install
npm run dev
npm run build
npm run mocha
npm start
npm run selenium
npm run hermione
Update expected screens
npm run hermione-update
All reports will be available after run in dir coverage
.
After push in remote branch will start checks on travis (linters, tests, build). After the successful completion of checks and creating pr, changes will be deployed on testing-stand on heroku with Docker.
- stage (actual master)
- production
Made in Yandex Development School with ♥