Command center for your personal and professional resources
- Install NodeJS and npm.
- Run
npm installto install all dependencies (a postinstall script will automatically use lerna to set up package dependencies) - Run
npm startto run a development server for the UI and API
npm testto run all automated testsnpm run lint- run eslint in all packagesnpm run lint-fix- run eslint in all packages, automatically applying fixes where possible
npm run typecheck- typecheck all packagesnpm run check-updates- check all packages for dependency updatesnpm run dep-clean- remove node_modules from root and all packagesnpm run dep-clean-hard- runs dep-clean and also removes lockfiles (handy to make sure you're completely upgraded)