It's advisable to Install RVM (or rbenv) for isolated environments.
git clone https://github.com/fossaegean/inventorius.git
$ cd inventorius
bundle
this will install all dependencies.rails s
If you are new to git & github, then try git online and maybe take a look at github-cheatsheet - an awesome list. You can find help regarding Pull Requests here and here
- Fork this project
- Clone your fork (ex.
$ git clone https://github.com/username/inventorius.git
) - run
$ git remote add upstream https://github.com/atzorvas/inventorius.git
- Develop your idea in a new branch
$ git checkout -b feature/ideaname
- Commit frequently (you can include emojis!)
- Don't do irrelevant changes/commits to this branch, so develop each idea/fix in a different branch
- Push your branch to your forked repo with
$ git push -u origin feature/ideaname
- Create a
Pull Request
- Pull Requests shouldn't break builds, but don't be afraid 😃 Give it a try and we will figure this out together!
This software is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE. For more
information, read the file LICENSE
.
- @atzorvas
- Contribute and your name will be added here!