Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.1 KB

readme.md

File metadata and controls

39 lines (23 loc) · 1.1 KB

🏀 Babylon End to End Scenario

Project currently under development. See Issues for upcoming features and bugs that require fixing.

Running the project locally

To run this project locally, first clone this repository. Then run the following commands in the terminal:

Project Setup 🔧

npm install

Compiles and hot-reloads for development

npm run serve

Compiles for production

npm run build

Contributing 📢

This project uses a staging branch strategy, with a production branch named main and a staging branch named dev. Any new feature or bug fix must be branched out from the staging branch, dev. New features must be filed as issues prior to branching, as these will be populated in our Kanvan Board.

Naming Conventions

For simplicity and ease of use, any branch dedicated to a new feature should be named as follows:

feature/issueNumber-feature-name

Branches dedicated to bug fixing will follow a similar convention:

bug/issueNumber-bug-to-fix