> For the complete documentation index, see [llms.txt](https://ayakaleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ayakaleaf-pro.ayaka.space/on-premises/pl/instalacja/using-the-github-codespace.md).

# Korzystanie z GitHub Codespace

Najłatwiejszym sposobem skonfigurowania Overleaf Pro jest użycie GitHub Codespace, gdzie wszystkie zmienne środowiskowe są wstępnie skonfigurowane, aby zapewnić możliwość korzystania z niego od razu po uruchomieniu.

{% hint style="warning" %}
Gdy uruchamiasz kontenery Docker przy użyciu GitHub Codespaces, Codespace nie wyłączy się automatycznie i będzie nadal **naliczany**. W celu zapoznania się z zasadami rozliczania GitHub Codespaces, prosimy zapoznać się z [zasadami rozliczania GitHub Codespaces](https://docs.github.com/en/billing/concepts/product-billing/github-codespaces).

Aby zarządzać swoimi GitHub Codespaces, odwiedź <https://github.com/codespaces>. Gdy nie będzie już potrzebny, usuń swój Codespace na czas.
{% endhint %}

Mamy **wstępnie skonfigurowane** następujące funkcje:

* [x] System szablonów
* [x] Publiczny rejestr
* [x] Kompilacja w sandboxie
* [x] Git Bridge dla Overleaf
* [x] Panel recenzji

{% stepper %}
{% step %}

### Utwórz swojego GitHub Codespace

Kliknij poniższy przycisk, aby utworzyć swojego GitHub Codespace. Jeśli chodzi o konfigurację serwera, **2 rdzenie i 8 GB pamięci RAM** zwykle wystarczą do indywidualnej, codziennej edycji. Jeśli planujesz współpracę w **małym zespole**, zalecamy wybranie konfiguracji z **4 rdzeniami lub więcej**.

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/ayaka-notes/overleaf)
{% endstep %}

{% step %}

### Zainicjuj instancję Overleaf

Gdy twój codespace będzie gotowy, uruchom w bashu następujące polecenie, aby zainicjować instancję Overleaf.

{% code title="bash" %}

```bash
./init.sh
```

{% endcode %}

{% hint style="info" %}
Może być konieczne odczekanie co najmniej 3 minut, zanim pobierzemy wszystkie potrzebne obrazy Dockera.
{% endhint %}

<figure><img src="/files/8e8762cd76d27806c7ab4db98c7245072ec5ac91" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Udostępnij port 80

Przejdź do karty **Porty** i wykonaj następujące kroki, aby udostępnić port 80 publicznie.

<figure><img src="/files/a8d294541768519ef9d5b1b55466332480740ab0" alt=""><figcaption></figcaption></figure>

Następnie możesz kliknąć **Przekierowany adres** aby odwiedzić swoją instancję Overleaf. Może być konieczne dodanie `/launchpad` aby przejść na stronę powitalną Overleaf.
{% endstep %}

{% step %}

### Utwórz swoje konto administratora

Wpisz swoje konto administratora i hasło, a następnie kliknij przycisk Rejestruj.

<figure><img src="/files/8c1bb320e9f50b204732558579a0aa4b869ca791" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Miłego pisania

Teraz czas, aby cieszyć się swoim $$\LaTeX$$ pisaniem!

<figure><img src="/files/3f49a7a13256f4a0a3d73b4a56891090cc42d144" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ayakaleaf-pro.ayaka.space/on-premises/pl/instalacja/using-the-github-codespace.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
