https://github.com/m4rocks/paquet
📦 The web app shop
https://github.com/m4rocks/paquet
deno fresh pwa twind typescript webapp
Last synced: 5 days ago
JSON representation
📦 The web app shop
- Host: GitHub
- URL: https://github.com/m4rocks/paquet
- Owner: m4rocks
- Created: 2022-06-29T09:46:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T08:55:28.000Z (19 days ago)
- Last Synced: 2025-05-07T18:09:03.970Z (5 days ago)
- Topics: deno, fresh, pwa, twind, typescript, webapp
- Language: TypeScript
- Homepage: https://paquet.m4.rocks
- Size: 5.17 MB
- Stars: 47
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
Welcome to your new web app shop!
#### ☕ If you like Paquet, consider [donating](https://buymeacoffee.com/notangelmario)!
## About
- ⚡ Optimized for speed
- 💄 An actual good looking web app shop
- ✨ As open as it gets
- 🩸 On the bleeding edge of web technology
- 🌐 Hosted on the edge
- 🚀 Encourage app performance
- 🔒 Security is a top priority
- 💔 Optimized for non-JavaScript browsers
- 🎈 Easy to contribute## 🧰 Tools
Paquet is built with a modern toolset in mind:
- [Astro](https://astro.build)
- [Tailwind](https://tailwindcss.com)
- [Shadcn/UI](https://ui.shadcn.com)## 🔨 Scripts
To run the app in development mode:
```
bun dev
```To run the build steps
```
bun run build
```To run a preview build
```
bun preview
```## 📄 Developer Documentation
Developer documentation is available on [Paquet](https://paquet.m4.rocks/docs/getting-started).
Developer documentation teaches you how you can add your own app to Paquet or build an app using Paquet's APIs
## ➕ Add an app
To add an app, fork this repository and [add your app specification](https://paquet.m4.rocks/docs/app-spec)
to the `apps` folder.Here is [an example](/apps/us.githubstat.json).