Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jak2k/tuxnest

Linux for Beginners (WIP)
https://github.com/jak2k/tuxnest

astro-build beginner for-beginners learn-linux linux linux-for-beginners tux tuxnest

Last synced: 28 days ago
JSON representation

Linux for Beginners (WIP)

Awesome Lists containing this project

README

        

# Starlight Starter Kit: Basics

[![Built with Starlight](https://astro.badg.es/v2/built-with-starlight/tiny.svg)](https://starlight.astro.build)

Tuxnest is a website with the goal to help beginners get familiar with Linux.

## 🚀 Project Structure

All content is in `src/content/docs`. There is a sub-directory `de` for the German translation. The translation has the same file structure just without the `de` folder.

## 🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm run dev` | Starts local dev server at `localhost:4321` |
| `pnpm run build` | Build your production site to `./dist/` |
| `pnpm run preview` | Preview your build locally, before deploying |
| `pnpm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm run astro -- --help` | Get help using the Astro CLI |