Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 523 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 523 Bytes

Verdi website

This repository contains the source code for https://verdi.rocks/

To build locally ensure you have node 20+ installed with corepack enabled

Install depedencies with pnpm

pnpm install

Then run the development server with

pnpm dev

This will make a development server available at http://localhost:4321

License

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