onwidget / qwind

⭕️ Qwind: A template to make your website using Qwik + Tailwind CSS.
https://qwind.pages.dev
MIT License
250 stars 70 forks source link

Update readme: Copy from Astro project #19

Closed kakooloukia closed 1 year ago

kakooloukia commented 1 year ago

Project structure When reading the readme, I first got confused, thinking of an hybrid frontend with 2 new techno to maintain ^^

There is some rest of astrowind

|   |   └── widgets/
|   |       ├── Header.astro
|   |       ├── Footer.astro
|   |       └── ...
│   ├── routes/
│   |   ├── blog/
│   |   ├── index.astro
|   |   ├── layout.tsx
|   |   └-- service-worker.ts
└── ...
prototypa commented 1 year ago

Hi @kakooloukia

Thanks for this, we had left some typos. We already fixed it with https://github.com/onwidget/qwind/commit/e55a17cf6486f37db7c5d9742295cabe17bb1856

In fact, it is also time to completely review the project because with the latest updates to the dependencies, the page speed has greatly decreased.