Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 748 Bytes

README.md

File metadata and controls

47 lines (35 loc) · 748 Bytes

PhynTek


SETUP


Clone project

  🍕. git clone [email protected]:tdadadavid/Fintek.git

Install dependencies

  🍕. make download_deps

Create environment files and file them correctly

  🍕. cp .env.env.example env.env

Start project [dev mode]

  🍕. make start_dev

Start project [prod]

  🍕. make start_prod

Using docker 🐳

  🐳 docker run dockerrundavid/fingreat:latest

GUIDELINES


  • When creating new branch if you're fixing a bug or implementing a feature follow this pattern
    • fixing: fix/<name-of-fix>
    • feature: feat/<name-of-feature>
  • Never commit directly into the main branch.