This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
abra-apps/README.md

41 lines
1013 B
Markdown

# abra-apps
[![Build Status](https://drone.autonomic.zone/api/badges/coop-cloud/abra-apps/status.svg?ref=refs/heads/main)](https://drone.autonomic.zone/coop-cloud/abra-apps)
web app to list Co-op Cloud apps; https://apps.coopcloud.tech
## local development
You can get this site up and running with one command:
```
npm start
```
### other commands to know
There are a handful of commands in the [package.json](./package.json).
Command | Description
:-- | :--
`npm run dev` | Run a dev server and automatically build changes.
`npm run test:watch` | Run tests as you code.
`npm run build` | Build the site for production.
`npm run test` | Run the test suite once, great for CI
## deploying
After you run `npm run build`, the contents of the `public` folder can be hosted as a static site.
__Build command:__ `npm run build`
__Publish directory:__ `public`
## thanks
created using [`elm-spa`](https://elm-spa.dev)
inspiration:
- https://yunohost.org/apps
- https://www.cloudron.io/store/index.html