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
nodeinstalled (for specific version see.nvmrc) - Clone the repository and change into the newly created folder
- Run
npm ito install all dependencies - Run
npm run devfor 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.