Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
stages:
- build
- test

include:
- project: code0-tech/development/telescopium
ref: build-branch
file: ci-template.gitlab-ci.yml

.node:
image: node:24.13.1
Expand Down
7 changes: 7 additions & 0 deletions docs/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Welcome to the Documentation for Sculptor
description: Find out how the frontend works
template: splash
---

Sculptor provides the frontend UI.
5 changes: 5 additions & 0 deletions docs/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"title": "Sculptor",
"description": "The frontend",
"root": true
}