Awesome
<!-- https://github.blog/changelog/2021-11-24-specify-theme-context-for-images-in-markdown/ --> <div align="center">
</div>
Quick start
git clone git@github.com:adeira/universe.git
cd universe
corepack enable # `command not found: corepack` see: https://stackoverflow.com/a/70094249
chmod +x ./x
./x install
./x --help
What now? There are many projects under src/
and all of them are tested and linted together. You can try to run all the checks using our executor:
./x
This monorepo is divided into many workspaces. You can access commands of each workspace like so:
yarn workspace @adeira/sx-design storybook
Specific workspace names can be found in individual package.json
files of each workspace.
Do you need some help? Feel free to ask. :)