Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ultramarine-Linux/website
Website for the Ultramarine Linux Project made with Astro and TailwindCSS
https://github.com/Ultramarine-Linux/website
linux nuxt nuxtjs tailwind ultramarine ultramarine-linux vue
Last synced: 3 months ago
JSON representation
Website for the Ultramarine Linux Project made with Astro and TailwindCSS
- Host: GitHub
- URL: https://github.com/Ultramarine-Linux/website
- Owner: Ultramarine-Linux
- Created: 2022-05-12T17:04:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T09:26:48.000Z (5 months ago)
- Last Synced: 2024-09-18T03:56:02.820Z (5 months ago)
- Topics: linux, nuxt, nuxtjs, tailwind, ultramarine, ultramarine-linux, vue
- Language: Astro
- Homepage: https://ultramarine-linux.org
- Size: 37.8 MB
- Stars: 17
- Watchers: 2
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ultramarine Linux Website
![image](https://user-images.githubusercontent.com/57040351/209970055-46c62d5e-a351-484b-b825-6dc4bd2355f4.png)
## 🧞 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:3000` |
| `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 |