dsriseah / ursys

an opinionated javascript library for prototyping realtime web apps
1 stars 2 forks source link

test clone+app install #16

Open dsriseah opened 4 weeks ago

dsriseah commented 4 weeks ago

URSYS is designed to be cloned as a framework in which you can add your own app folders as separately-managed git repos; URSYS gitignores any pattern beginning or ending with app- or -app. This allows a kind of monorepo structure within npm workspaces, with the various app folders accessing URSYS features via direct dependency to the _ur and _ur_addons folder. Since it's a clone, you can also update the URSYS version or play with its code directly, developing new addons and support modules in context with your app. If you aren't adding to URSYS itself, your apps are managed as a separate repo.

This test will create a test environment separate from the dsriseah/ursys repo