Skip to content

Jovimanical/main-codebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting up and running

After cloning the repository, Ensure you checkout to the master branch and branch off from there e.g

$ git clone <source code repo>
$ git checkout master
$ git branch -b <Your reponame>

The steps below will get you up and running with a local development environment. We assume you have the following installed.:

If you have Docker installed on your System, then you just need to run the following commands

pip install -r tuteria/requirements.txt
pip install -r requirements/python3.txt

Merging Changes

After working and you need to merge, You would have to create a pull request.

Contributors

  • Biola Oyeniyi @beee_sama