This is the repository containing code and content for the website of bitbetter GmbH (bitbetter.de). It is a website that only returns static HTML built from React components, using the Astro static site generator.
- Make sure you have
node
installed (for specific version see.nvmrc
) - Clone the repository and change into the newly created folder
- Run
npm i
to install all dependencies - Run
npm run dev
for local development server (see console output for URL)
This page is automatically deployed to GitHub pages, when a branch is merged to main
. See deploy.yml
for more details.