# 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`](https://github.com/nvm-sh/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.