WIP: proof-of-concept for a new home site https://beta.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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
cellarspoon 3c9ea1c17f
drop that extra )
1 year ago
.github Init 1 year ago
config Init 1 year ago
content/en migrate a blog post 1 year ago
images Init 1 year ago
layouts Init 1 year ago
.dockerignore add deployment 1 year ago
.editorconfig Init 1 year ago
.eslintignore Init 1 year ago
.eslintrc.json Init 1 year ago
.gitignore add deployment 1 year ago
.markdownlint.json Init 1 year ago
.markdownlintignore Init 1 year ago
.stylelintignore Init 1 year ago
.stylelintrc.json Init 1 year ago
Dockerfile add deployment 1 year ago
README.md drop that extra ) 1 year ago
babel.config.js Init 1 year ago
compose.yml add deployment 1 year ago
package.json Init 1 year ago

README.md

beta.coopcloud.tech

WIP: proof-of-concept for a new home site

Hacking

npm install & npm run start

Requires node 16.x, npm 8.x, see nvm.

Deploy

docker build -t thecoopcloud/beta.coopcloud.tech .
docker push thecoopcloud/beta.coopcloud.tech
docker context use mellor.coopcloud.tech
docker stack deploy -c compose.yml beta_coopcloud_tech

Manual for now.