abra app catalogue https://dev.apps.coopcloud.tech
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.
Go to file
3wc 468f7e1055
continuous-integration/drone/push Build is passing Details
Use string-extra.ellipsis to truncate descriptions
2021-07-20 13:50:30 +02:00
public Switch to live apps.json 2021-05-30 14:58:57 +02:00
src Use string-extra.ellipsis to truncate descriptions 2021-07-20 13:50:30 +02:00
.dockerignore First stab at `elm-live` / compose deployment 2021-04-24 19:01:18 +02:00
.drone.yml Update Drone to deploy to swarm-demo 2021-05-04 18:37:15 +02:00
.gitignore Initial import 2021-04-17 23:42:28 +02:00
Dockerfile Simplify Dockerfile, fix Drone secret names 2021-04-24 19:34:38 +02:00
README.md Add Drone config for deployment 2021-04-24 18:08:39 +02:00
compose.yml Use native NodeJS healthcheck 2021-04-24 19:44:55 +02:00
elm.json Use string-extra.ellipsis to truncate descriptions 2021-07-20 13:50:30 +02:00
makefile Switch to swarm-demo in makefile 2021-04-30 23:18:22 +02:00
package-lock.json Simplify Dockerfile, fix Drone secret names 2021-04-24 19:34:38 +02:00
package.json Simplify Dockerfile, fix Drone secret names 2021-04-24 19:34:38 +02:00

README.md

abra-apps

Build Status

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.

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

inspiration: