# Begeta
How to use
npm install --save begeta
OR
Guide
Syncing a fork to sellsuki/begeta
Command line step
# Add remote upstream from main repository git remote add upstream https://github.com/Sellsuki/begeta.gitgit fetch upstream # Check out your fork's local `master` branch. and merge git checkout mastergit merge upstream/master
How to contribute
- Fork this repository (https://help.github.com/articles/fork-a-repo/)
- npm install || yarn
- npm run build || yarn build
- pull request