Skip to content

Add Cursor Cloud dev environment setup (AGENTS.md) - #1

Draft
erop39 wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-1071
Draft

Add Cursor Cloud dev environment setup (AGENTS.md)#1
erop39 wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-1071

Conversation

@erop39

@erop39 erop39 commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Summary

Set up and verified the development environment for StroyKa, a single-file, client-side construction/roofing materials calculator (stroycalc.html, vanilla JS + Preact via CDN).

There are no dependencies to install, no build step, and no lint/test tooling. The app just needs to be served over HTTP with internet access for its CDN dependencies.

  • Added AGENTS.md documenting how to run the app and the absence of build/lint/test tooling.
  • Update script is a no-op verification (python3 --version) since there is nothing to install.

How to run

python3 -m http.server 8934 then open http://localhost:8934/stroycalc.html (port matches .claude/launch.json).

Verification (hello world task)

Loaded the app in Chrome, edited Wall 1 dimensions (6m × 2.7m → area 16.2 m²), and confirmed the Summary/Report tab computed material quantities (plaster kg, bags, primer, drainage items).

stroyka_calculator_demo.mp4

Initial load
Summary table with computed quantities

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: eGoR <erop39@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants