The goal was to create demo apps inside the main repo, since it is pretty convenient to change & extend the framework code-base at the same time. Especially with the current npm publish timeout issues.
The Apps which are "finished" already got their own repos using neo.mjs as a node module.
The only reason they are still inside this repo as well is, that the current online examples just display the apps & examples within the neo repo.
We need to check if the pages repo can add dependencies for app repos, while keeping the internal structure.
This will most likely need to add multiple versions of the neo framework. We could probably use different framework versions for different apps (not a goal).
pages
- node_modules
- - covid-helix
- - - node_modules
- - - -neo.mjs
- - - node_modules
- - neo.mjs
- - - apps
- - - - covid-gallery
Thoughts?
The goal was to create demo apps inside the main repo, since it is pretty convenient to change & extend the framework code-base at the same time. Especially with the current npm publish timeout issues.
The Apps which are "finished" already got their own repos using neo.mjs as a node module.
The only reason they are still inside this repo as well is, that the current online examples just display the apps & examples within the neo repo.
We need to check if the pages repo can add dependencies for app repos, while keeping the internal structure.
This will most likely need to add multiple versions of the neo framework. We could probably use different framework versions for different apps (not a goal).
Thoughts?