mirror of
https://github.com/zoriya/astal.git
synced 2026-05-24 15:08:18 +00:00
191d5e538d
also add icons
1.1 KiB
1.1 KiB
Astal Docs
This directory contains the Astal documentation and Library references. Hosted at aylur.github.io/astal and aylur.github.io/libastal
Commands
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:5173 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally |
Add your creation to the landing page
- Add your image as a webp to
public/showcase - Add it to
src/content/showcases.tssrcshould be/astal/showcase/your-name-optional-title.webpurlshould point to the source code of the showcased widgetauthoryour name
.
├── public/showcase
│ └── your-name-optional-title.webp # 1. add image
└── src/content/
└── showcases.ts # 2. add information