hyprland-website/README.md
Ashirbad Sahu 6d8030308f
Update README.md with typo fix , corrected instructions and improved clarity (#33)
* Update README.md with typo fix,corrected instructions and improved clarity

* Adjust bottom margin for better alignment on devices with >768px height
2023-12-07 17:23:07 +00:00

821 B
Executable file

hyprland-website

The hyprland.org website files. See it on hyprland.org

Note

If you are here to contribute to the Wiki, click here.

Contributions

Feel free

Requirements

  • pnpm for the package management. (You can also use npm if you only intend to build the project)
  • 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 built site in ./build ( no dev environment )

Credits

  • VDawg - for the new site and design.
  • System-x64 - for the original site code