Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Website for the Ultramarine Linux Project made with Astro and TailwindCSS

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 |