Getting Started
You donât need much to get started. If you know more than us youâll teach us, if we know more than you, weâll teach you :)
That said, there are a few things youâll require before going further. Letâs go through them.
Speaking English¶
Developers come from all around the World, if you speak English youâll be able to work with anybody.
Youâre probably OK if youâre here reading this guide. You donât need to be fluent or to have great English, but you need to understand English enough to communicate.
Knowing how to use Git¶
Git is the version control system weâre using to keep track of changes. Weâre using it all the time and everywhere.
If you donât know about Git, stop right there, you need to learn it.
To learn Git, visit Github.io.
Make sure youâre familiar with the concepts of commits, branches, remotes, reverts and rebases.
Hint
If youâre new to Git, enjoy! Itâs both easy and really fun.
If you ask developers around the team, most will tell you Git is by far their favorite toy.
Knowing how to use Github¶
Weâre using Github to host our Git repositories and to work together on the code.
Youâll need to have a Github account set up.
To open a Github account, visit Github.com.
Youâll also need to know how to use Github to browse code changes, to fork a project, to make pull requests, etc..
To set up your Github account properly and learn how to use Github, visit the Github Help.
Running Linux¶
For most projects, youâll need a computer running the latest version of Linux Mint or LMDE.
You can run an earlier version, or a different distribution, but if you run the latest Linux Mint or LMDE release youâre guaranteed everything will work.
Last updated
Was this helpful?