truthsayer
- web apparchaeologist
- browser plugin for Chromium/Chromeelementary
- library of common React componentssmuggler-api
- simple TS wrapper around smuggler REST APISee yarn workspaces.
For free private repos wiki is not available. Instead there is directory "./docs" in the root of this repo with markdown files.
main
default release branchFor to build a single workspace:
yarn <workspace> build
For instance to build truthsayer only:
yarn truthsayer build
To build all workspaces:
yarn build
To test all workspaces run:
yarn test
To test one workspace:
yarn <workspace> test
To run linter auto fix for all workspaces:
yarn fix
To run a quick prettier fix (without linter):
yarn fix:prettier