neighbour-hoods / nh-launcher

Creating a group coherence with holochain apps
Other
4 stars 3 forks source link

Ensure our applets are moved over to the new repository structure #209

Open adaburrows opened 5 months ago

adaburrows commented 5 months ago

In order to prepare for some larger changes coming down the pipeline, we need to refactor our applet repos into workspaces so all individual components are split out into their own projects with package.json files. These projects should produce a single package that is a web component which we can upload to a storage provider so it can be retrieved and used by a Neighbourhood.

This means that any thing that is a view or list view should be broken out into it's own component.

Do this for:

Once this is done, we'll be in good shape to start looking at what the Neighbourhoods Package Format should look like and how to get HMR working for all the components by using a dev sever for each workspace that automatically re-registers components with the NH-launcher.