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.
|
1 year ago | |
---|---|---|
.github | 1 year ago | |
config | 1 year ago | |
content/en | 1 year ago | |
images | 1 year ago | |
layouts | 1 year ago | |
.dockerignore | 1 year ago | |
.editorconfig | 1 year ago | |
.eslintignore | 1 year ago | |
.eslintrc.json | 1 year ago | |
.gitignore | 1 year ago | |
.markdownlint.json | 1 year ago | |
.markdownlintignore | 1 year ago | |
.stylelintignore | 1 year ago | |
.stylelintrc.json | 1 year ago | |
Dockerfile | 1 year ago | |
README.md | 1 year ago | |
babel.config.js | 1 year ago | |
compose.yml | 1 year ago | |
package.json | 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.