Skip to content
whywhyy edited this page Aug 4, 2020 · 4 revisions

Requirements

Requires python 3.8+ (with pip)


To the team members

Setup Repository

PullRequest YourRepo -> lively-lions/summer-code-jam-2020

To reflect your code in the project, you should send the PR from your repo to the lively-lions.

  • Before : Sync to lively-lions
  • Make a new branch.
    • git checkout -b {new-branch}
  • Make your changes.
    • git add, commit, push ..
  • Click the Compare & pull request button in your repo.
  • Click Create pull request to open a new pull request
  • PR : lively-lions/summer-code-jam-2020 <-{your-username}/summer-code-jam-2020

Sync a fork

  • setting
  • local sync
    • git fetch upstream
      • git branch -va
    • git checkout master
    • git merge upstream/master
      • If there is a conflict, we need to check the code and fix it.
  • remote sync(your repo)
    • git push origin master

Setup for development

To prepare for development, run commands (from this directory):

python3 --version
> Python 3.8.X

cd summer-code-jam-2020/lively-lions
(python3 -m) pip install pipenv
mkdir .venv
(python3 -m) pipenv install --dev
(python3 -m) pipenv run pre-commit install
(python3 -m) pipenv shell

team members

  • whywhyy @whywhyy#2263
  • Alex Zorakin @AlexCamachoTacoBellSupreme#1346
  • Gabriel Ruiz @Gabe#7155
  • tienlocnguyen @Pippi#0019