Files
astal/docs
2024-09-12 01:18:50 +02:00
..
2024-09-11 22:39:15 +00:00
2024-09-12 01:18:50 +02:00
2024-09-11 13:30:51 +00:00
2024-09-03 20:32:41 +02:00
2024-09-04 22:39:08 +02:00
2024-09-03 20:32:41 +02:00
2024-09-05 01:07:26 +02:00
2024-09-07 20:37:53 +00:00
2024-09-07 18:13:54 +00:00
2024-09-07 18:13:54 +00:00
2024-09-07 21:53:26 +00:00

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

  1. Add your image as a webp to public/showcase
  2. Add it to src/content/showcases.ts
    • src should be /astal/showcase/your-name-optional-title.webp
    • url should point to the source code of the showcased widget
    • author your name
.
├── public/showcase
│   └── your-name-optional-title.webp   # 1. add image
└── src/content/
    └── showcases.ts                    # 2. add information