https://github.com/dustvoice/dustwsl
DustVoice's WSL from scratch
https://github.com/dustvoice/dustwsl
Last synced: about 1 year ago
JSON representation
DustVoice's WSL from scratch
- Host: GitHub
- URL: https://github.com/dustvoice/dustwsl
- Owner: DustVoice
- Created: 2024-11-13T08:23:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T10:32:20.000Z (over 1 year ago)
- Last Synced: 2025-03-14T11:21:38.192Z (over 1 year ago)
- Language: MDX
- Homepage: https://dustvoice.github.io/DustWSL/
- Size: 3.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DustWSL - DustVoice's WSL from scratch
As stated in the book's introduction:
> This document is an attempt at providing a guide for my [WSL 2](https://learn.microsoft.com/en-us/windows/wsl/install) setup based on [Arch Linux](https://archlinux.org), or rather [ArchWSL](https://github.com/yuk7/ArchWSL).
## Tooling
[](https://starlight.astro.build)
[](https://astro.build)
## Commands
All commands are run from the root of the project, from a terminal
| Command | Action |
| :-------------------------- | :------------------------------------------------------------- |
| `pnpm install` | Installs dependencies + creates backup `yarn.lock` |
| `pnpm dev` | Starts local dev server at `localhost:4321` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check`, `astro sync` |
| `pnpm dlx @astrojs/upgrade` | Update Starlight and therefore Astro, etc. |