This is the soare project.
yarn
: install dependenciesyarn dev
: start all applications
Helpful scrips
yarn format
: format all applications with prettier.yarn lint
: validate code preferences with eslint.yarn test
: run test suite.yarn coverage
: run test suite with coverage output.yarn acceptance
: run end to end tests. Dev server must be running
api
: Apollo GraphQL Serverdb
: Dockerized postgres used for local developmentweb
: Next.js applint
:eslint
configurationsutils
: Utility functions shared across applications
Turborepo: