The recipes catalogue https://recipes.coopcloud.tech
Go to file
3wordchant bbf8b3baa5
continuous-integration/drone/push Build is passing Details
Merge pull request 'Update node Docker tag to v21 (main)' (#35) from renovate/main-node-21.x into main
Reviewed-on: #35
2024-04-06 18:11:27 +00:00
public Add help link for status score 2024-04-01 20:08:46 -03:00
src Add help link for status score 2024-04-01 20:08:46 -03:00
.dockerignore First stab at `elm-live` / compose deployment 2021-04-24 19:01:18 +02:00
.drone.yml And switch to correct server & secret.. 2024-04-01 20:12:43 -03:00
.gitignore Initial import 2021-04-17 23:42:28 +02:00
AUTHORS.md Add AUTHORS 2023-01-22 20:28:35 -08:00
Dockerfile Update node Docker tag to v21 2023-10-20 07:02:07 +00:00
README.md Fix Drone badge links 2023-01-08 19:06:45 -08:00
compose.yml Fix embarrassing deployment snafus 2023-01-24 09:04:19 -08:00
elm.json Some preliminary rejiggin' 2023-03-28 11:25:53 -04:00
makefile Rename stack for manual deploy 2022-05-04 10:25:46 +01:00
nginx.conf Switch back to Nginx, fix direct URLs 2023-03-23 13:43:43 -04:00
package-lock.json Some preliminary rejiggin' 2023-03-28 11:25:53 -04:00
package.json Update dependency elm to v0.19.1-6 2023-11-02 08:02:07 +00:00
renovate.json Add renovate.json 2023-01-19 08:11:18 +00:00

README.md

recipes.coopcloud.tech

https://recipes.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

Then, run make to deploy the new version to mellor.coopcloud.tech.

thanks

created using elm-spa

inspiration: