https://github.com/xinux-org/website
🐧 | New & Redesigned Wiki & Documentation website [maintainer=@xelopsys]
https://github.com/xinux-org/website
docs linux next nextjs nextra uzinfocom vercel xinux
Last synced: 3 days ago
JSON representation
🐧 | New & Redesigned Wiki & Documentation website [maintainer=@xelopsys]
- Host: GitHub
- URL: https://github.com/xinux-org/website
- Owner: xinux-org
- License: mit
- Created: 2022-08-11T06:52:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-08T23:58:00.000Z (7 days ago)
- Last Synced: 2026-03-09T04:41:55.865Z (7 days ago)
- Topics: docs, linux, next, nextjs, nextra, uzinfocom, vercel, xinux
- Language: MDX
- Homepage: https://xinux.uz/
- Size: 125 MB
- Stars: 15
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xinux.uz
The official website of [Xinux](https://xinux.uz).
## 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
nix.settings.experimental-features = [ "nix-command" "flakes" ];
```
**Enter the dev shell** (automatically runs `pnpm install` and sets up `PATH`):
```bash
nix develop
```
**Start the dev server:**
```bash
pnpm dev
```
The site will be available at `http://localhost:3000`.
**Build the Nix package** (produces a static export in `./result/` folder):
```bash
nix build
```
### Without Nix
**Install dependencies:**
```bash
pnpm install
```
**Start dev server:**
```bash
pnpm dev
```
The site will be available at `http://localhost:3000`.
**Build for production:**
```bash
pnpm build
```
---
TODO: @orzklv keep identicity of posts before `start-using-home-manager.nix`