npm install --save begeta
import 'begeta/css/begeta.min.css'
<link rel="stylesheet" type="text/css" href="//unpkg.com/begeta/css/begeta.min.css">
# Add remote upstream from main repository
git remote add upstream https://github.com/Sellsuki/begeta.git
git fetch upstream
# Check out your fork's local `master` branch. and merge
git checkout master
git merge upstream/master
- Fork this repository (https://help.github.com/articles/fork-a-repo/)
- npm install || yarn
- npm run build || yarn build
- pull request