Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notangelmario/paquet
📦 The web app shop
https://github.com/notangelmario/paquet
deno fresh pwa twind typescript webapp
Last synced: 7 days ago
JSON representation
📦 The web app shop
- Host: GitHub
- URL: https://github.com/notangelmario/paquet
- Owner: notangelmario
- License: other
- Created: 2022-06-29T09:46:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T11:08:47.000Z (6 months ago)
- Last Synced: 2024-05-08T11:37:36.044Z (6 months ago)
- Topics: deno, fresh, pwa, twind, typescript, webapp
- Language: TypeScript
- Homepage: https://paquet.app
- Size: 4.64 MB
- Stars: 43
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
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:
- [Deno](https://deno.land)
- [Fresh](https://fresh.deno.dev)## 🔨 Tasks
To cache all required dependencies:
```
deno task cache
```To run the app in development mode:
```
deno task dev
```To type check, lint, and format the source code:
```
deno task check
```## 📄 Developer Documentation
Developer documentation is available both on [GitHub](/docs/getting-started.md) and
[Paquet](https://paquet.app/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](/docs/app-spec.md)
to the `apps` folder.Here is [an example](/apps/us.githubstat.json).