mirror of
https://github.com/verdiwm/website.git
synced 2026-02-19 16:29:01 +00:00
Sources for the verdi homepage
https://verdi.rocks/
- Astro 82.1%
- TypeScript 11.8%
- JavaScript 5.8%
- CSS 0.3%
| .github/workflows | ||
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.mjs | ||
| astro.config.ts | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
Verdi Website
Source code for verdi.rocks
Prerequisites
Getting Started
- Install dependencies:
pnpm install
- 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.