Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jak2k/tuxnest
- Owner: Jak2k
- License: agpl-3.0
- Created: 2023-10-18T18:01:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T19:34:20.000Z (5 months ago)
- Last Synced: 2024-10-10T09:05:23.389Z (28 days ago)
- Topics: astro-build, beginner, for-beginners, learn-linux, linux, linux-for-beginners, tux, tuxnest
- Language: MDX
- Homepage: https://tuxnest.vercel.app
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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 |