Find more information about how to contribute in the development section. But in short, follow along and read the rest of this short readme text.
- Clone this repo to your local machine:
git clone https://github.com/dnbexperience/eufemia.git
- Change directory into the directory and install dependencies:
cd eufemia && yarn install
- Make sure you run
git checkout main
- as main is the working branch - Make your own branch in case you are making a pull request into main
The CI will handle new releases once the changes (by a Pull Request) gets merged from origin/main
into the origin/release
branch.