Skip to content
Snippets Groups Projects
Name Last commit Last update
public
src
.gitignore
.gitlab-ci.yml
README.md
build.sh

fchh-website-content

This repository only contains the content (.mdx files for text content and images/other assets) for the website of the Fab City Hamburg e. V. It does not contain a runnable website by default.

It is built upon the Astro template called FCOS Suite.

Build process

During the build pipeline, it pulls the latest Astro template from the fcos-suite-astro repo and then replaces the public and src/pages folders. You can do the same thing locally by running the build.sh script in the root folder.

  1. Make sure you have rsync installed locally on your system
  2. Run build.sh
  3. Create a .env file (you can just duplicate the example file)
  4. Run npm install
  5. Run npm run dev