The recipes catalogue
https://recipes.coopcloud.tech
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
public | 9 months ago | |
src | 2 weeks ago | |
.dockerignore | 2 years ago | |
.drone.yml | 9 months ago | |
.gitignore | 2 years ago | |
AUTHORS.md | 2 weeks ago | |
Dockerfile | 1 week ago | |
README.md | 4 weeks ago | |
compose.yml | 1 week ago | |
elm.json | 1 year ago | |
makefile | 9 months ago | |
package-lock.json | 2 weeks ago | |
package.json | 2 weeks ago | |
renovate.json | 2 weeks ago |
README.md
recipes.coopcloud.tech
https://recipes.coopcloud.tech is the current live site
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: