2020-08-13 03:29:36 -07:00
---
eleventyNavigation:
key: GettingStarted
title: Getting Started with Codeberg
icon: rocket
order: 10
description: This article shows you how to get started with Codeberg
---
2024-06-11 00:51:22 -07:00
2020-09-02 07:00:11 -07:00
< img src = "/assets/images/getting-started/knut.svg" style = "float: right; width: 150px; border: none; margin-left: 25px; margin-bottom: 25px;" alt = "Knut the Polar Bear" >
2020-08-13 03:29:36 -07:00
Hello there!
2020-09-02 07:00:11 -07:00
We're glad you're considering to join Codeberg, the < span style = "white-space: nowrap;" > community-driven< / span > < span style = "white-space: nowrap;" > non-profit< / span > software development platform.
2020-08-13 03:29:36 -07:00
2020-09-02 07:00:11 -07:00
I'm Knut the Polar Bear, and I'm going to guide you through your first steps on Codeberg.
2020-08-13 03:29:36 -07:00
2020-09-02 07:00:11 -07:00
You can start with [finding out more about Codeberg ](/getting-started/what-is-codeberg ) or by jumping right to [your first steps on Codeberg ](/getting-started/first-steps ).
2023-07-08 09:27:44 -07:00
Welcome to Codeberg! 😊
{% assign navPages = collections.all | eleventyNavigation %}
{%- for entry in navPages %}
{% if entry.url == page.url %}
{%- if entry.children.length -%}
2024-06-11 00:51:22 -07:00
2023-07-08 09:27:44 -07:00
< table class = "table" >
< thead >
< th > Find out more in this section: < / th >
< / thead >
< tbody >
{%- for child in entry.children %}
< tr > < td >
< a href = "{{ child.url }}" > {{ child.title }}< / a >
< / tr > < / td >
{%- endfor %}
< / tbody >
< / table >
{% endif %}
{% endif %}
2024-06-11 00:51:22 -07:00
{%- endfor %}