WIP: proof-of-concept for a new home site https://beta.coopcloud.tech
This repository has been archived on 2021-12-31. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
decentral1se 3c9ea1c17f
drop that extra )
2021-12-31 10:13:38 +01:00
.github Init 2021-12-30 20:46:53 +01:00
config Init 2021-12-30 20:46:53 +01:00
content/en migrate a blog post 2021-12-31 09:24:12 +01:00
images Init 2021-12-30 20:46:53 +01:00
layouts Init 2021-12-30 20:46:53 +01:00
.dockerignore add deployment 2021-12-31 10:10:39 +01:00
.editorconfig Init 2021-12-30 20:46:53 +01:00
.eslintignore Init 2021-12-30 20:46:53 +01:00
.eslintrc.json Init 2021-12-30 20:46:53 +01:00
.gitignore add deployment 2021-12-31 10:10:39 +01:00
.markdownlint.json Init 2021-12-30 20:46:53 +01:00
.markdownlintignore Init 2021-12-30 20:46:53 +01:00
.stylelintignore Init 2021-12-30 20:46:53 +01:00
.stylelintrc.json Init 2021-12-30 20:46:53 +01:00
Dockerfile add deployment 2021-12-31 10:10:39 +01:00
README.md drop that extra ) 2021-12-31 10:13:38 +01:00
babel.config.js Init 2021-12-30 20:46:53 +01:00
compose.yml add deployment 2021-12-31 10:10:39 +01:00
package.json Init 2021-12-30 20:46:53 +01:00

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.