You have question about FOCUS-CORE ? About how to use it ? You have detected an problem in the framework. A component don't behave as expected ?
Please read this document
You want to contribute to FOCUS-CORE, propose new features, fix an issue ?
Please read this document
You have develop new feature on your FOCUS-CORE local branch. You want to contribute to the project and push it to main branch for the benefit of the community FOCUS ?
Please read this document
You fixed an issue on your FOCUS-CORE local branch. You want to push it to main branch for the benefit of the community FOCUS ?
Please read this document
-
Fork the project
-
Add focus as a remote origin
-
git remote add upstream https://github.com/KleeGroup/{sourceProjectToReplace}.git
- Focus,
git remote add upstream https://github.com/KleeGroup/focus.git
- FocusComponents
git remote add upstream https://github.com/KleeGroup/focus-components.git
- Focus,
-
Stay up to date with focus , read this article
# Get the changes informations
git fetch upstream
# Go back on your local master branch
git checkout master
# merge changes from original repository
git merge upstream/master
- perform
npm install
npm run build:browser
to launch the build for the browser, copied indist/focus.js