mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2026-05-05 07:38:00 +02:00
A read-only mirror of https://github.com/hyprwm/hyprland-website
* Update README.md with typo fix,corrected instructions and improved clarity * Adjust bottom margin for better alignment on devices with >768px height |
||
|---|---|---|
| .vscode | ||
| scripts | ||
| src | ||
| static | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| jsconfig.json | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| prettier.config.cjs | ||
| README.md | ||
| svelte.config.js | ||
| tailwind.config.js | ||
| vite.config.js | ||
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
pnpmfor the package management. (You can also use npm if you only intend to build the project)imagemagickto generate the blurred background images.
Development
pnpm installTo install the required npm packagespnpm devTo start the dev serverpnpm buildTo build the static site into./buildpnpm previewTo preview the built site in./build( no dev environment )
Credits
- VDawg - for the new site and design.
- System-x64 - for the original site code