-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetting-started.html
More file actions
409 lines (367 loc) · 24.1 KB
/
getting-started.html
File metadata and controls
409 lines (367 loc) · 24.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<!DOCTYPE html>
<html lang="en"
x-data="{
theme: localStorage.getItem('r42-theme') || (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'),
navOpen: false
}"
:data-theme="theme"
x-init="$watch('theme', t => localStorage.setItem('r42-theme', t))">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="theme-color" content="#f4f7fa" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#0B0F14" media="(prefers-color-scheme: dark)">
<meta name="color-scheme" content="dark light">
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="format-detection" content="telephone=no">
<!-- Primary SEO -->
<title>Getting Started — Range42</title>
<meta name="description" content="Step-by-step guide to deploying a cyber range on Proxmox with Range42. Prerequisites, quickstart wizard, daily operations and troubleshooting.">
<meta name="keywords" content="Range42 setup, cyber range deploy, Proxmox Ansible setup, cybersecurity lab install, range42 getting started">
<meta name="author" content="NC3 Luxembourg — National Cybersecurity Competence Center">
<link rel="canonical" href="https://range42.example.com/getting-started.html"><!-- TODO: update domain -->
<!-- Icons & Manifest -->
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<link rel="apple-touch-icon" href="assets/favicon.svg">
<link rel="manifest" href="site.webmanifest">
<meta name="apple-mobile-web-app-title" content="Range42">
<meta name="application-name" content="Range42">
<!-- Open Graph -->
<meta property="og:type" content="article">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://range42.example.com/getting-started.html">
<meta property="og:title" content="Getting Started — Range42">
<meta property="og:description" content="Step-by-step guide to deploying a cyber range on Proxmox with Range42.">
<meta property="og:image" content="https://range42.example.com/assets/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Range42 — Getting Started guide">
<meta property="og:site_name" content="Range42">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Getting Started — Range42">
<meta name="twitter:description" content="Step-by-step guide to deploying a cyber range on Proxmox with Range42.">
<meta name="twitter:image" content="https://range42.example.com/assets/og-image.png">
<!-- Performance hints -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" href="dist/output.css">
<!-- Schema.org -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "TechArticle",
"headline": "Getting Started with Range42",
"description": "Step-by-step guide to deploying a cyber range on Proxmox with Range42.",
"url": "https://range42.example.com/getting-started.html",
"inLanguage": "en",
"image": "https://range42.example.com/assets/og-image.png",
"author": {
"@type": "Organization",
"name": "NC3 — National Cybersecurity Competence Center",
"url": "https://nc3.lu"
},
"publisher": {
"@type": "Organization",
"name": "Range42",
"logo": {
"@type": "ImageObject",
"url": "https://range42.example.com/assets/favicon.svg"
}
},
"about": { "@type": "SoftwareApplication", "name": "Range42" }
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://range42.example.com/" },
{ "@type": "ListItem", "position": 2, "name": "Getting Started", "item": "https://range42.example.com/getting-started.html" }
]
},
{
"@type": "HowTo",
"name": "Deploy a Range42 cyber range on Proxmox",
"description": "Install prerequisites, clone Range42, and run the interactive setup wizard to deploy your first cyber range.",
"totalTime": "PT30M",
"supply": [
{ "@type": "HowToSupply", "name": "Ubuntu 22.04+ or Debian 13+ workstation" },
{ "@type": "HowToSupply", "name": "Proxmox VE 8.x host with SSH access" }
],
"tool": [
{ "@type": "HowToTool", "name": "Python 3.10+" },
{ "@type": "HowToTool", "name": "git" },
{ "@type": "HowToTool", "name": "Ansible" }
],
"step": [
{ "@type": "HowToStep", "position": 1, "name": "Install prerequisites", "text": "Install python3-venv and git on the operator workstation." },
{ "@type": "HowToStep", "position": 2, "name": "Clone the repository", "text": "Clone https://github.com/range42/range42.git into $HOME/range42." },
{ "@type": "HowToStep", "position": 3, "name": "Launch the wizard", "text": "Run ./range42-init.py to open the Textual TUI setup wizard." },
{ "@type": "HowToStep", "position": 4, "name": "Configure Proxmox", "text": "Enter your Proxmox host IP, API credentials, storage pool, and network bridge." },
{ "@type": "HowToStep", "position": 5, "name": "Deploy", "text": "Assign a codename, pick a scenario (e.g. demo_lab), and let the wizard run the full Ansible pipeline." }
]
}
]
}
</script>
<!-- Alpine.js -->
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.15.11/dist/cdn.min.js"></script>
</head>
<body class="bg-base text-ink">
<a href="#main" class="sr-only focus:not-sr-only focus:absolute focus:top-4 focus:left-4 btn-primary z-50">Skip to content</a>
<!-- Navigation -->
<nav class="sticky top-0 z-40 border-b border-theme nav-backdrop">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<a href="/" class="flex items-center gap-2.5 hover:opacity-80 transition-opacity">
<svg class="h-7 w-7 flex-shrink-0" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<rect x="2" y="2" width="36" height="36" rx="6" stroke="#217EAA" stroke-width="1.5" fill="#217EAA" fill-opacity="0.08"/>
<path d="M10 14.5L18 20L10 25.5" stroke="#217EAA" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
<rect x="21" y="26.5" width="9" height="2.5" rx="1" fill="#217EAA"/>
</svg>
<span class="font-mono font-bold text-accent tracking-widest text-sm">RANGE42</span>
</a>
<div class="hidden md:flex items-center gap-6">
<a href="getting-started.html" class="nav-link-active">Docs</a>
<a href="catalog.html" class="nav-link">Catalog</a>
<a href="repositories.html" class="nav-link">Repos</a>
<a href="about.html" class="nav-link">About</a>
<a href="https://github.com/range42" target="_blank" rel="noopener noreferrer" class="btn-primary !py-1.5 !px-3 !text-xs">GitHub ↗</a>
<button @click="theme = theme === 'dark' ? 'light' : 'dark'" class="text-faint hover:text-muted transition-colors p-1 rounded" :aria-label="theme === 'dark' ? 'Switch to light mode' : 'Switch to dark mode'">
<svg x-show="theme === 'dark'" class="w-4 h-4" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><circle cx="12" cy="12" r="5"/><path d="M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42"/></svg>
<svg x-show="theme === 'light'" x-cloak class="w-4 h-4" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>
</button>
</div>
<button @click="navOpen = !navOpen" class="md:hidden p-2 text-muted hover:text-ink transition-colors rounded" aria-label="Toggle navigation">
<svg x-show="!navOpen" class="w-5 h-5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" d="M4 6h16M4 12h16M4 18h16"/></svg>
<svg x-show="navOpen" x-cloak class="w-5 h-5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" d="M6 18L18 6M6 6l12 12"/></svg>
</button>
</div>
<div x-show="navOpen" x-cloak x-transition.opacity.duration.150ms class="md:hidden pb-4 border-t border-theme pt-3">
<div class="flex flex-col gap-2">
<a href="getting-started.html" class="nav-link-active py-2 px-1">Docs</a>
<a href="catalog.html" class="nav-link py-2 px-1">Catalog</a>
<a href="repositories.html" class="nav-link py-2 px-1">Repos</a>
<a href="about.html" class="nav-link py-2 px-1">About</a>
<a href="https://github.com/range42" target="_blank" rel="noopener noreferrer" class="nav-link py-2 px-1">GitHub ↗</a>
<button @click="theme = theme === 'dark' ? 'light' : 'dark'" class="text-left nav-link py-2 px-1" x-text="theme === 'dark' ? '☀ Light mode' : '🌙 Dark mode'"></button>
</div>
</div>
</div>
</nav>
<main id="main">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
<div class="flex gap-12">
<!-- Sidebar -->
<aside class="hidden lg:block w-56 flex-shrink-0">
<nav class="sticky top-24" aria-label="Page sections">
<p class="text-xs uppercase tracking-widest font-mono text-faint mb-4">On this page</p>
<div class="flex flex-col gap-1">
<a href="#prerequisites" class="sidebar-link">Prerequisites</a>
<a href="#quick-start" class="sidebar-link-active">Quick Start</a>
<a href="#wizard" class="sidebar-link">Setup Wizard</a>
<a href="#daily-operations" class="sidebar-link">Daily Operations</a>
<a href="#troubleshooting" class="sidebar-link">Troubleshooting</a>
</div>
</nav>
</aside>
<!-- Content -->
<article class="flex-1 min-w-0 max-w-3xl">
<header class="mb-10">
<!-- Breadcrumb -->
<nav class="mb-4 text-xs font-mono" aria-label="Breadcrumb">
<ol class="flex flex-wrap items-center gap-1 text-faint">
<li><a href="/" class="hover:text-muted transition-colors">home</a></li>
<li aria-hidden="true">/</li>
<li class="text-muted">getting-started</li>
</ol>
</nav>
<p class="terminal-prompt mb-3">docs / getting-started</p>
<h1 class="text-3xl md:text-4xl font-bold text-ink mb-4 tracking-tight">Getting Started</h1>
<p class="text-base sm:text-lg text-muted leading-relaxed">Everything you need to deploy your first cyber range from scratch.</p>
</header>
<!-- Prerequisites -->
<section id="prerequisites" class="mb-12" aria-labelledby="prerequisites-heading">
<h2 id="prerequisites-heading" class="text-xl font-bold text-ink mb-4 pb-2 border-b border-theme">Prerequisites</h2>
<h3 class="font-semibold text-ink mb-2 mt-5">Operator workstation</h3>
<ul class="space-y-2 mb-5">
<li class="flex gap-2 text-sm text-muted"><span class="text-accent mt-0.5">▸</span><span><strong class="text-ink">OS:</strong> Ubuntu 22.04 LTS+ or Debian 13+ (Desktop or Server)</span></li>
<li class="flex gap-2 text-sm text-muted"><span class="text-accent mt-0.5">▸</span><span><strong class="text-ink">Python:</strong> 3.10 or higher</span></li>
<li class="flex gap-2 text-sm text-muted"><span class="text-accent mt-0.5">▸</span><span><strong class="text-ink">Packages:</strong> <code class="inline-code">python3-venv</code>, <code class="inline-code">git</code></span></li>
<li class="flex gap-2 text-sm text-muted"><span class="text-accent mt-0.5">▸</span><span><strong class="text-ink">SSH access</strong> to the Proxmox host (key-based recommended)</span></li>
</ul>
<h3 class="font-semibold text-ink mb-2">Proxmox host</h3>
<ul class="space-y-2">
<li class="flex gap-2 text-sm text-muted"><span class="text-accent mt-0.5">▸</span><span><strong class="text-ink">Proxmox VE</strong> 8.x (tested on 8.1+)</span></li>
<li class="flex gap-2 text-sm text-muted"><span class="text-accent mt-0.5">▸</span><span><strong class="text-ink">Storage:</strong> At least one storage pool configured (local-lvm or similar)</span></li>
<li class="flex gap-2 text-sm text-muted"><span class="text-accent mt-0.5">▸</span><span><strong class="text-ink">Network:</strong> Management interface reachable from the operator workstation</span></li>
<li class="flex gap-2 text-sm text-muted"><span class="text-accent mt-0.5">▸</span><span><strong class="text-ink">Resources:</strong> Minimum 32 GB RAM and 200 GB storage for <code class="inline-code">demo_lab</code></span></li>
</ul>
</section>
<!-- Quick Start -->
<section id="quick-start" class="mb-12" aria-labelledby="quickstart-heading">
<h2 id="quickstart-heading" class="text-xl font-bold text-ink mb-4 pb-2 border-b border-theme">Quick Start</h2>
<p class="text-muted text-sm leading-relaxed mb-5">Install the Python virtual environment dependency, clone the repository, and launch the interactive setup wizard.</p>
<div class="relative mb-4" x-data="{ copied: false }">
<div class="code-block">
<pre>sudo apt-get update && sudo apt-get install -y python3-venv git
mkdir -p $HOME/range42 && cd $HOME/range42
git clone https://github.com/range42/range42.git
cd range42
./range42-init.py</pre>
</div>
<button
@click="navigator.clipboard.writeText('sudo apt-get update && sudo apt-get install -y python3-venv git\nmkdir -p $HOME/range42 && cd $HOME/range42\ngit clone https://github.com/range42/range42.git\ncd range42\n./range42-init.py'); copied = true; setTimeout(() => copied = false, 1800)"
class="absolute top-3 right-3 text-xs font-mono transition-colors px-2 py-1 rounded"
:class="copied ? 'text-accent' : 'text-faint hover:text-muted'"
x-text="copied ? 'Copied!' : 'Copy'"
aria-label="Copy to clipboard">
</button>
</div>
<p class="text-sm text-muted leading-relaxed">
The wizard will open a terminal UI and walk you through every step.
No manual <code class="inline-code">ansible.cfg</code> or inventory editing required.
</p>
</section>
<!-- Setup Wizard -->
<section id="wizard" class="mb-12" aria-labelledby="wizard-heading">
<h2 id="wizard-heading" class="text-xl font-bold text-ink mb-4 pb-2 border-b border-theme">Setup Wizard</h2>
<p class="text-muted text-sm leading-relaxed mb-6">The wizard (<code class="inline-code">range42-init.py</code>) is a Textual TUI that guides you through the complete bootstrap process.</p>
<div class="space-y-4">
<div class="card">
<div class="flex gap-4">
<span class="text-accent font-mono text-sm font-bold flex-shrink-0 w-6">01</span>
<div>
<h3 class="font-semibold text-ink mb-1 text-sm">Preflight checks</h3>
<p class="text-xs text-muted leading-relaxed">Verifies Python version, required packages, and SSH connectivity to your Proxmox host.</p>
</div>
</div>
</div>
<div class="card">
<div class="flex gap-4">
<span class="text-accent font-mono text-sm font-bold flex-shrink-0 w-6">02</span>
<div>
<h3 class="font-semibold text-ink mb-1 text-sm">Proxmox connection</h3>
<p class="text-xs text-muted leading-relaxed">Enter your Proxmox host IP, API credentials, and select your storage pool and network bridge.</p>
</div>
</div>
</div>
<div class="card">
<div class="flex gap-4">
<span class="text-accent font-mono text-sm font-bold flex-shrink-0 w-6">03</span>
<div>
<h3 class="font-semibold text-ink mb-1 text-sm">Codename & scenario</h3>
<p class="text-xs text-muted leading-relaxed">Assign a codename to your deployment (e.g. <code class="inline-code">alpha</code>) and select a scenario (e.g. <code class="inline-code">demo_lab</code>).</p>
</div>
</div>
</div>
<div class="card">
<div class="flex gap-4">
<span class="text-accent font-mono text-sm font-bold flex-shrink-0 w-6">04</span>
<div>
<h3 class="font-semibold text-ink mb-1 text-sm">Deploy</h3>
<p class="text-xs text-muted leading-relaxed">The wizard generates the Ansible inventory and vault, then runs the full deployment pipeline. Grab a coffee.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Daily Operations -->
<section id="daily-operations" class="mb-12" aria-labelledby="daily-ops-heading">
<h2 id="daily-ops-heading" class="text-xl font-bold text-ink mb-4 pb-2 border-b border-theme">Daily Operations</h2>
<p class="text-muted text-sm leading-relaxed mb-5">
After deployment, the <code class="inline-code">range42-context</code> shell function on the deployer host manages your workspaces.
</p>
<div class="code-block mb-4">
<pre><span class="text-accent"># Switch to a workspace</span>
range42-context use alpha
<span class="text-accent"># List all workspaces</span>
range42-context list
<span class="text-accent"># Deploy a scenario</span>
range42-context deploy demo_lab
<span class="text-accent"># Check status</span>
range42-context status
<span class="text-accent"># SSH into a VM</span>
range42-context ssh vuln-01</pre>
</div>
</section>
<!-- Troubleshooting -->
<section id="troubleshooting" class="mb-12" aria-labelledby="troubleshooting-heading">
<h2 id="troubleshooting-heading" class="text-xl font-bold text-ink mb-4 pb-2 border-b border-theme">Troubleshooting</h2>
<div class="space-y-3">
<div class="card">
<h3 class="font-semibold text-ink mb-1 text-sm">Wizard fails at preflight</h3>
<p class="text-xs text-muted leading-relaxed">Ensure <code class="inline-code">python3-venv</code> is installed and your SSH key is authorised on the Proxmox host.</p>
</div>
<div class="card">
<h3 class="font-semibold text-ink mb-1 text-sm">Ansible playbook times out</h3>
<p class="text-xs text-muted leading-relaxed">Check network connectivity between the operator workstation and the Proxmox host. Verify the Proxmox API token has sufficient permissions.</p>
</div>
<div class="card">
<h3 class="font-semibold text-ink mb-1 text-sm">VM cloning fails</h3>
<p class="text-xs text-muted leading-relaxed">Confirm your storage pool has enough free space and that the required base templates exist on the Proxmox host.</p>
</div>
</div>
<div class="mt-6 p-4 rounded-lg bg-accent-dim border border-theme">
<p class="text-sm text-ink mb-1 font-medium">Found a bug or need help?</p>
<p class="text-xs text-muted">Open an issue on <a href="https://github.com/range42/range42/issues" target="_blank" rel="noopener noreferrer" class="text-accent hover:underline">github.com/range42/range42</a>. For catalog-specific issues (missing CVE, vulnerable service), use <a href="https://github.com/range42/range42-catalog/issues" target="_blank" rel="noopener noreferrer" class="text-accent hover:underline">range42-catalog</a>.</p>
</div>
</section>
<!-- Next steps -->
<section aria-labelledby="next-heading">
<h2 id="next-heading" class="text-xl font-bold text-ink mb-4 pb-2 border-b border-theme">Next Steps</h2>
<div class="grid sm:grid-cols-2 gap-4">
<a href="catalog.html" class="card-hover block no-underline">
<h3 class="font-semibold text-ink mb-1 text-sm">Browse the Catalog →</h3>
<p class="text-xs text-muted">Explore available scenarios, bundles and Ansible roles.</p>
</a>
<a href="https://github.com/range42/range42-catalog/issues" target="_blank" rel="noopener noreferrer" class="card-hover block no-underline">
<h3 class="font-semibold text-ink mb-1 text-sm">Request a Scenario →</h3>
<p class="text-xs text-muted">Missing a CVE or product? Open a catalog issue on GitHub.</p>
</a>
</div>
</section>
</article>
</div>
</div>
</main>
<!-- Footer -->
<footer class="border-t border-soft mt-12">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
<div class="text-center pb-5 mb-5 border-b border-soft">
<p class="text-xs uppercase tracking-widest font-mono text-faint mb-3">Supported by</p>
<div class="flex flex-wrap justify-center gap-x-6 gap-y-1">
<a href="https://nc3.lu" target="_blank" rel="noopener noreferrer" class="text-xs text-soft hover:text-muted transition-colors">NC3 · Luxembourg House of Cybersecurity</a>
<a href="https://defense.gouvernement.lu/en.html" target="_blank" rel="noopener noreferrer" class="text-xs text-faint hover:text-soft transition-colors">Direction de la Défense</a>
<a href="https://www.digisquad.lu" target="_blank" rel="noopener noreferrer" class="text-xs text-faint hover:text-soft transition-colors">DIGISQUAD</a>
</div>
</div>
<div class="flex flex-col sm:flex-row justify-between items-center gap-4">
<div class="flex items-center gap-4">
<a href="/" class="flex items-center gap-2 hover:opacity-80 transition-opacity">
<svg class="h-5 w-5" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<rect x="2" y="2" width="36" height="36" rx="6" stroke="#217EAA" stroke-width="1.5" fill="#217EAA" fill-opacity="0.08"/>
<path d="M10 14.5L18 20L10 25.5" stroke="#217EAA" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
<rect x="21" y="26.5" width="9" height="2.5" rx="1" fill="#217EAA"/>
</svg>
<span class="font-mono font-bold text-accent text-sm">RANGE42</span>
</a>
<span class="text-faint text-xs">GPL-3.0 · Public Money, Public Code</span>
</div>
<nav class="flex flex-wrap gap-x-6 gap-y-2 justify-center" aria-label="Footer navigation">
<a href="getting-started.html" class="text-xs text-accent">Docs</a>
<a href="catalog.html" class="text-xs text-faint hover:text-muted transition-colors">Catalog</a>
<a href="repositories.html" class="text-xs text-faint hover:text-muted transition-colors">Repos</a>
<a href="about.html" class="text-xs text-faint hover:text-muted transition-colors">About</a>
<a href="https://github.com/range42" target="_blank" rel="noopener noreferrer" class="text-xs text-faint hover:text-muted transition-colors">GitHub ↗</a>
</nav>
</div>
</div>
</footer>
<script defer src="assets/app.js"></script>
</body>
</html>