zalo / CascadeStudio

A Full Live-Scripted CAD Kernel in the Browser
https://zalo.github.io/CascadeStudio/
MIT License
1.01k stars 126 forks source link

emm.. #2

Closed Johnly1986 closed 4 years ago

Johnly1986 commented 4 years ago

How to run it.

zalo commented 4 years ago

There are no builds; everything is statically linked assets (I’ll probably move to modules at some point).

I usually just use live-server in the root directory. VS Code’s Live Server extension also works well.

Intellisense may require a copy of the .d.ts files to be copied into a CascadeStudio directory system beneath the main CascadeStudio directory structure (just due to how the GitHub.io domain stuff works relative to the live server domain stuff). A lazy hack until I start supporting running locally properly.