The recipes catalogue https://recipes.coopcloud.tech
Go to file
3wc a7435c3d37
continuous-integration/drone/push Build was killed Details
Switch to static deployment
Closes #9

Generates static HTML + JS version of the Elm app, and serves it using
thhtpd, for bonus permacomputing joy.
2023-01-22 20:41:30 -08:00
public more naming fixups 2022-05-04 11:19:28 +02:00
src Update attribution 2023-01-22 20:25:11 -08:00
.dockerignore First stab at `elm-live` / compose deployment 2021-04-24 19:01:18 +02:00
.drone.yml Fix deployment 2022-05-04 10:25:32 +01: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 Switch to static deployment 2023-01-22 20:41:30 -08:00
README.md Fix Drone badge links 2023-01-08 19:06:45 -08:00
compose.yml Old URL work pls 2022-05-08 17:43:36 +01:00
elm.json Filtering on score and category 2021-08-18 03:35:51 +02:00
makefile Rename stack for manual deploy 2022-05-04 10:25:46 +01:00
package-lock.json Update package-lock.json 2023-01-22 20:28:14 -08:00
package.json Merge remote-tracking branches 'origin/renovate/main-chokidar-cli-3.x' and 'origin/renovate/main-elm-0.x' 2023-01-22 20:26:27 -08: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: