- Download and install node v16.20 & above for macOS - https://nodejs.org/en/download
npm installnpm run build npm run devThis project contains 3 environments:
- development
- staging
- production
- Create a
.env.localfile in the root of the project and copy the content from the sample.env file
- Any new feature or fix added to the project must go through a Pull-Request.
- Names for branches follow the GitFlow conventions
- Every branch name should include the id of the related ticket to make it easier to link them to
there requirements:
feature/SQ-99_descriptive_titlefix/SQ-99_descriptive_title
| Name | Function |
|---|---|
development |
The current development version of the api including all features that are ready for testing |
production |
The current store version of the api |
fix/{TicketName}_* |
Holds a minor fix defined through a ticket |
feature/{TicketName}_* |
Holds one complete feature defined in a ticket |
https://