An open API service indexing awesome lists of open source software.

https://github.com/d3sox/arch-guide

My installation instructions and guide for Arch Linux
https://github.com/d3sox/arch-guide

arch-guide arch-linux fixes gaming installation tweaks

Last synced: 6 months ago
JSON representation

My installation instructions and guide for Arch Linux

Awesome Lists containing this project

README

          

# arch-guide

My installation instructions and guide for Arch Linux

> ⚠️ The repo's `master` branch contains the source files for the site. The static files are in the [`gh-pages` branch](https://github.com/D3SOX/arch-guide/tree/gh-pages)!

## Development

Install dependencies

```bash
yarn
```

Run development server

```bash
yarn dev
```

Build for production

```bash
yarn build
```

For more details, please head VitePress's [documentation](https://vitepress.vuejs.org/).