Website of the Discrete Algorithm Insights Seminar at the Rhine-Main-Universities: https://dais.rhein-main-universitaeten.de/
You can edit the website by using the GitHub web interface or by cloning the repository and editing the files locally.
- The talks are in the directory
src/content/talks
. Simply edit an existing file or add a new one. - The text of the website is in
src/pages/index.astro
.
- Install Node.js (version 20 or higher).
- Install bun.
- Clone the repository.
- Run
bun install
to install the dependencies. - Run
bun dev
to start the development server.
Pushing to the main
branch will automatically deploy the website to https://dais.rhein-main-universitaeten.de/.
The site is built using Astro.