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.
npm install
.
This installs the packages used in this project.
You might have to run this command again if new packages are added.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 the src
directory.