jsrl
jsrl copied to clipboard
SPIKE: brand new core
- aiming to turn this into a monorepo while we come up with an approach
- moved all existing code into
legacy
- created a new folder for
core
-
core
just has oneClass
for the moment:Being
(maybe change toEntity
?) -
core
builds everything (withnpm run build
) and produces an ESM / UMD build ofjsrl.js
- eventually create a new base folder for
engine
-
engine
will use thecore
as a dependency - maybe all the builds in any sub-folder will output everything to the BASE folder under
dist
? 🤷