# hyprland-website The hyprland.org website files. See it on [hyprland.org](https://hyprland.org) > [!NOTE] > If you are here to contribute to the Wiki, [click here](https://github.com/hyprwm/hyprland-wiki). ## Contributions Feel free ## Requirements - `pnpm` for the package management. (npm works too if you only want to build it) - `imagemagick` to generate the blurred background images. ## Development - `pnpm install` To install the required npm packages - `pnpm dev` To start the dev server - `pnpm build` To build the static site into `./build` - `pnpm preview` To preview the builded site in `./build` ( no dev environment ) ## Credits - [VDawg](https://github.com/Visual-Dawg) - for the new site and design. - [System-x64](https://github.com/System-x64) - for the original site code