Skip to content

🐧 | New & Redesigned Wiki & Documentation website [maintainer=@xelopsys]

Notifications You must be signed in to change notification settings

xinux-org/website

Repository files navigation

xinux.uz

The official website of Xinux.

Local Development

With Nix (Xinux/NixOS or Nix package manager)

Make sure flakes are enabled (already enabled on Xinux). If not, add this to your configuration.nix or flake.nix:

nix.settings.experimental-features = [ "nix-command" "flakes" ];

Enter the dev shell (automatically runs pnpm install and sets up PATH):

nix develop

Start the dev server:

pnpm dev

The site will be available at http://localhost:3000.

Build the Nix package (produces a static export in ./result/ folder):

nix build

Without Nix

Install dependencies:

pnpm install

Start dev server:

pnpm dev

The site will be available at http://localhost:3000.

Build for production:

pnpm build

TODO: @orzklv keep identicity of posts before start-using-home-manager.nix

About

🐧 | New & Redesigned Wiki & Documentation website [maintainer=@xelopsys]

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 11