Sources for the verdi homepage https://verdi.rocks/
  • Astro 82.1%
  • TypeScript 11.8%
  • JavaScript 5.8%
  • CSS 0.3%
Find a file
2025-11-22 21:15:20 +01:00
.github/workflows Update ci actions 2025-11-22 21:15:20 +01:00
.vscode First commit 2024-06-17 14:23:55 +02:00
public Add robots.txt file 2024-08-10 22:40:16 +02:00
src Improve the design of the buttons 2025-06-05 13:52:24 +02:00
.gitignore Update react and astro template 2024-12-16 19:00:25 +01:00
.prettierignore Add prettier 2024-07-14 01:52:50 +02:00
.prettierrc.mjs Add prettier 2024-07-14 01:52:50 +02:00
astro.config.ts Remove old experimental feature 2025-06-05 12:59:09 +02:00
LICENSE Add license file 2024-08-10 00:18:24 +02:00
package.json Update depedencies 2025-11-22 21:15:10 +01:00
pnpm-lock.yaml Update depedencies 2025-11-22 21:15:10 +01:00
README.md Update readme 2025-02-12 12:23:56 +01:00
tsconfig.json Remove old outdated architecture page and component 2025-03-06 11:05:11 +01:00

Verdi Website

Source code for verdi.rocks

Prerequisites

Getting Started

  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm dev

The site will be available at http://localhost:4321

Development

This website is built using Astro. For documentation and guides, visit the Astro Documentation.

License

This project is licensed under the Apache-2.0 License. For more information, please see the LICENSE file.