recipes.coopcloud.tech/README.md

41 lines
1013 B
Markdown
Raw Normal View History

2021-04-17 21:42:28 +00:00
# abra-apps
2021-04-24 16:06:38 +00:00
[![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)
2021-04-18 10:47:15 +00:00
web app to list Co-op Cloud apps; https://apps.coopcloud.tech
2021-04-17 21:42:28 +00:00
## 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
2021-04-18 10:47:15 +00:00
After you run `npm run build`, the contents of the `public` folder can be hosted as a static site.
2021-04-17 21:42:28 +00:00
__Build command:__ `npm run build`
__Publish directory:__ `public`
2021-04-18 10:47:15 +00:00
## thanks
created using [`elm-spa`](https://elm-spa.dev)
inspiration:
- https://yunohost.org/apps
- https://www.cloudron.io/store/index.html