# web-landscape **Repository Path**: cncf/web-landscape ## Basic Information - **Project Name**: web-landscape - **Description**: A web application for online development of interactive landscapes. yarn fetch and yarn dev. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-25 - **Last Updated**: 2025-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Dev notes: Should use same node.js version as landscapeapp (18x) Prod server: 86.109.11.205 to deploy: - ssh to prod: ssh root@86.109.11.205 - cd `web-landscape` - git pull - ps2 stop all - ps2 start Local mode - only "preview" folder will be used instead of a landscape. 1) On connect - all files are uploaded (to landscape and preview) 2) Direct file changes are ignored and not tracked anymore. Only changes via UI are uploaded 3) Yarn fetch is still available and only yarn fetch will update a local folder(download files back after a yarn fetch) On yarn fetch all changes will be saved