Go to file
Topaz RN 38dadcd9b4
Fix 403 forbidden hall_of_fame (#31)
* Add simplex-noise to package.json

* Fix 403 forbidden hall_of_fame
2023-11-27 11:00:02 +00:00
.vscode Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
scripts Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
src Fix 403 forbidden hall_of_fame (#31) 2023-11-27 11:00:02 +00:00
static Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
.eslintignore Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
.eslintrc.cjs Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
.gitignore Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
.npmrc Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
.prettierignore Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
LICENSE Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
README.md Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
jsconfig.json Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
package.json Fix 403 forbidden hall_of_fame (#31) 2023-11-27 11:00:02 +00:00
pnpm-lock.yaml Fix 403 forbidden hall_of_fame (#31) 2023-11-27 11:00:02 +00:00
postcss.config.js Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
prettier.config.cjs Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
svelte.config.js Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
tailwind.config.js Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00
vite.config.js Update design - use Sveltekit (#28) 2023-11-25 20:31:55 +00:00

README.md

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. (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 - for the new site and design.
  • System-x64 - for the original site code