diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc859ed..febe856 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/docs/index.mdx b/docs/index.mdx new file mode 100644 index 0000000..18f25dc --- /dev/null +++ b/docs/index.mdx @@ -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. diff --git a/docs/meta.json b/docs/meta.json new file mode 100644 index 0000000..74a17e0 --- /dev/null +++ b/docs/meta.json @@ -0,0 +1,5 @@ +{ + "title": "Sculptor", + "description": "The frontend", + "root": true +}