-
Leonardo Christino authored
This restructures the worspace int a turborepo with a (for now) single shared library with all shared components within. It includes vite build, vitest, and storybooks. Huski and CI are configured to lint and test the code. Solves #19 and #20
Leonardo Christino authoredThis restructures the worspace int a turborepo with a (for now) single shared library with all shared components within. It includes vite build, vitest, and storybooks. Huski and CI are configured to lint and test the code. Solves #19 and #20
.commitlintrc 76 B
{
"extends": [
"@commitlint/config-conventional"
],
"rules": {}
}