This project uses makefiles for all project-related things; getting started, building, installing dependencies, etc.
git clone git@github.com:etm12/etotama.git
cd etotama
make init
lerna run start --scope=@etotama/app.APPNAME
@etotama/app.pixel
— a web-based pixel editor
@etotama/core.shared
— shared functions and utilities that are not specific to any one type of application@etotama/core.typedefs
— generic library-augmenting type declarations for TypeScript@etotama/core.styles
— base styles that can be used for all applications