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
This project is licensed under the Apache-2.0 License. For more information, please see the LICENSE file.