The recipes catalogue https://recipes.coopcloud.tech
Go to file
Eiven Mitchell fb8a92e2e0 WIP. 2022-04-09 10:34:31 -04:00
public WIP. 2022-04-09 10:34:31 -04:00
src WIP. 2022-04-09 10:34:31 -04: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 Hacking chaotically 2022-01-27 11:03:50 +00:00
compose.yml Use native NodeJS healthcheck 2021-04-24 19:44:55 +02:00
elm.json Filtering on score and category 2021-08-18 03:35:51 +02:00
makefile Update makefile for new deployment server 2021-10-31 23:05:50 +02:00
package-lock.json Making headway on basic app list styles. 2022-04-08 14:19:01 -04:00
package.json Filtering on score and category 2021-08-18 03:35:51 +02:00

README.md

recipes.coopcloud.tech

WIP! https://dev.apps.coopcloud.tech is the current live site

Build Status

The Co-op Cloud recipes catalogue. Our digital configuration commons, browsable in a simple and pleasant web UI.

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: