Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datum-consulting-nz/rasatech-design-system
RasaTech design system implemeted in React.js
https://github.com/datum-consulting-nz/rasatech-design-system
component-library design design-system reactjs
Last synced: about 2 months ago
JSON representation
RasaTech design system implemeted in React.js
- Host: GitHub
- URL: https://github.com/datum-consulting-nz/rasatech-design-system
- Owner: datum-consulting-nz
- License: mit
- Created: 2019-04-26T23:14:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T09:27:54.000Z (over 5 years ago)
- Last Synced: 2024-10-15T02:27:16.514Z (4 months ago)
- Topics: component-library, design, design-system, reactjs
- Language: JavaScript
- Homepage: https://datum-consulting-nz.github.io/rasatech-design-system/index.html
- Size: 3.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rasatech-design-system
RasaTech design system implemeted in React.js`npm i --save rasatech-design-system`
## workflow setup
`master` branch is protected for non-admin people:* All commits to master branch will be done via `git merge` from a branch
* All commits from other branches which have not been rebased (switch to `master` and `git pull`) will be reject
* Only admins can push directly to master
* All other members will create new branch, work on the branch, rebase before making pull request to master## recommended workflow
Follow these steps:* `git clone` or `git pull` from `master`
* `git branch new-feature-XXX` to create your own branch called `new-feature-XXX` or what you want
* `git commit` make commit to your branch as you work on it, you are still allowed to push to your own branch
* before pull request or during your work `git checkout master` then `git pull` to get the latest update to your work
* go back to your the branch you are working on `git checkout new-feature-XXX` then `git push` to push the lastest commits you have to Github
* make a new pull request in Github##