First install dependencies:
npm install
To create a production build:
npm run build
To create a development build:
npm run start
To publish using GH Pages:
npm run publish
The contribution guideline is derived from ConventionalCommits.org
Be kind to one another. We're striving to make Conventional Commits an inclusive environment that's great for first time open-source contributors.
Conventional Commits use the GitHub flow as main versioning workflow
- Fork the Palm Tree Frontend repository.
- Create a new branch for each feature, fix or improvement.
- Send a pull request from each feature branch to dev branch.
It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch.
This allow us to review and pull in new features or improvements individually.
All pull requests SHOULD adhere to the Conventional Commits specification
You must agree that your patch will be licensed under the Conventional Commit License, and when we change the license we will assume that you agreed with the change unless you object to the changes in time.
This project is developed by PuzzlerDev.