The recipes catalogue https://recipes.coopcloud.tech
Go to file
3wc 839675d12e
continuous-integration/drone/push Build is failing Details
First stab at `elm-live` / compose deployment
2021-04-24 19:01:18 +02:00
public Add some more icons 2021-04-24 18:05:58 +02:00
src Tweak "about" page text 2021-04-24 18:06:04 +02:00
.dockerignore First stab at `elm-live` / compose deployment 2021-04-24 19:01:18 +02:00
.drone.yml First stab at `elm-live` / compose deployment 2021-04-24 19:01:18 +02:00
.gitignore Initial import 2021-04-17 23:42:28 +02:00
Dockerfile First stab at `elm-live` / compose deployment 2021-04-24 19:01:18 +02:00
README.md Add Drone config for deployment 2021-04-24 18:08:39 +02:00
compose.yml First stab at `elm-live` / compose deployment 2021-04-24 19:01:18 +02:00
elm.json Look up README using default_branch, + website 2021-04-24 14:10:32 +02:00
package-lock.json Initial import 2021-04-17 23:42:28 +02:00
package.json First stab at `elm-live` / compose deployment 2021-04-24 19:01:18 +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: