You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Click **"Fork"** (top-right) to copy it to your GitHub account.
18
+
3. Open your new forked repository and click **"Code" → "Create codespace on main"**.
19
+
20
+
### 🛠️ Option 2: Set Up a Fresh Repository Manually
21
+
22
+
1. Create a new GitHub repository in your account.
23
+
2. Copy the entirity of `.devcontainer/`, `.github/`, `.gitignore`, `requirements.txt` folder from [fragandi/CURITutorialDevelopment2025](https://github.com/fragandi/CURITutorialDevelopment2025).
24
+
3. (Recommended) Also copy the following for a smoother experience:
25
+
- The `README_images/` folder and `README.md` file (for guidance and troubleshooting)
26
+
4. Push your changes and create a Codespace from the repository.
27
+
28
+
This option gives you more flexibility to customize your setup while keeping the essential PreTeXt environment.
29
+
8
30
Once the Codespace has finished creating, **check that PreTeXt is installed** by running:
9
31
10
32
```bash
@@ -45,17 +67,27 @@ If you see an error like **command not found**, follow these steps:
45
67
46
68
## 🌐 GitHub Pages Configuration
47
69
48
-
Make sure to configure GitHub Pages to use **GitHub Actions** as the build and deployment source.
70
+
Make sure to configure GitHub Pages to use **GitHub Actions** as the build and deployment source:
71
+
72
+
1. Go to your repository’s **Settings** → **Pages**.
73
+
2. Under **Build and deployment**, set the source to **GitHub Actions**.
0 commit comments