-
Open
src/config.jsonin a text editor of your choice. -
Customise the values inside as needed. The details for the values can be found in code autocompletion as you write the configuration file in your IDE.
-
Follow the build instructions, and deploy the site!
Building the site requires:
- Bun v1.1.31
Steps:
-
Clone the repository
git clone https://github.com/Gedanken-Versichert/web.git cd web -
Build the site.
bun install bun run build
This will build the site and place it in
dist/ -
Preview the site.
bun run preview
This will start a preview server from the
dist/directory. Ensure that the site has been built usingbun run buildfirst.