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.
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](https://gitlab.fabcity.hamburg/fcos-suite/fcos-suite-astro).
## 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.
\ No newline at end of file
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)