So where do we start?
Pride - A community of ostriches
Discord - Communication platform built to create and foster a strong, inspiring community
Slack
or Cisco Spark
, but allows us to focus on a key feature we love within the Legesher community - our voice.#introductions
channel
2⃣Check out our Code of Conduct
3⃣ Learn how to contribute to Legesher#Welcome
channel.#introductions
: place to connect with other members of the pride.#announcements
: place where major updates will be communicated.Code
Github - a system that uses git, a version control software so you can version, share, collaborate and deploy code.
committing a change
), you’re able to go back to that “snapshot” of the project and restart from there if you find yourself in a pigeon hole. Just like checkpoints in video games, if you fail a challenge you can restart at the checkpoint. Best thing about git, is that you can create checkpoints whenever and however often you want!Help me set up an organization next
for you will be contributing to the Legesher
organization's repositories to start![email protected]
for questions, concerns, or funny memes.)Text Editor - interface that allows you to open and edit your code in an user-friendly environment
packages
to enhance the capabilities of the editor. This is where many of the legesher packages will be made available / what we will be building off of. For example, on the image above you can see the language-legesher-python
package installed and enabled on my editor.