Static website with interactive islands created with astro.
In general, please always contribute via pull requests. For the most common and important content additions, we offer issue templates where you can fill out the necessary data and we will then create the content for you.
For more information on how to author and content, please refer to the CONTRIBUTING.md file.
- we recommend using Visual Studio Code as editor, as there is an official astro extension for it.
- if not installed already, install node.js LTS
- clone this repo
- run
npm install
. This installs the packages used in this project. You might have to run this command again if new packages are added. - run
npm run dev
. This starts a local development server. You can access the page at http://localhost:4321/ The server will automatically reload the page when you make changes to the files in thesrc
directory.