$ git clone https://gitlab.com/lg-facens/lg-quiz-generator.git
$ cd lg-quiz-generator
$ npm install
$ npm run serve
$ git checkout develop
$ git checkout -b feature/[branch-name]
# Implement changes and commit them
$ git push -u origin feature/[branch-name]