Sources for the verdi homepage https://verdi.rocks/
  • Astro 77.3%
  • CSS 17.6%
  • TypeScript 2.4%
  • Nix 1.4%
  • JavaScript 1.3%
Find a file
2026-03-15 22:54:30 +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 Update to astro v6 2026-03-15 22:54:30 +01:00
.envrc Configure basic nix shell 2026-02-18 15:10:23 +01:00
.gitignore Configure basic nix shell 2026-02-18 15:10:23 +01:00
.oxlintrc.json Configure oxlint and font 2026-03-15 22:50:28 +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
flake.lock Configure basic nix shell 2026-02-18 15:10:23 +01:00
flake.nix Configure basic nix shell 2026-02-18 15:10:23 +01:00
LICENSE Add license file 2024-08-10 00:18:24 +02:00
package.json Update to astro v6 2026-03-15 22:54:30 +01:00
pnpm-lock.yaml Update to astro v6 2026-03-15 22:54:30 +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.