Skip to content

javadbat/design-system

Repository files navigation

design-system

design-system for jb-web-components and corresponding react components

architecture

micro-front-end with storybook test bed this project is in the middle of transform between nodejs and deno and gets a little complicated to run

usage

clone the project with submodules (all components are put in project with submodules)


git clone --recurse-submodules -j8 https://github.com/javadbat/design-system.git

in case you have already cloned the project, use command: git submodule update --init --recursive

install packages

npm i

build packages in project root directory

# build all modules
npm run build

# build only a named module
npm run build jb-input

in deno (recommended):

deno task build
deno task build jb-input
# we dint build cjs or UMD in watch mode for more speed so pleas build your package without watch mode at least 1 time before publish
deno task build jb-input --watch

serve testbeds

npm run serve

# or

npm start

add a new submodule

git submodule add -f https://github.com/user/repo.git modules/module-name 
git submodule add -f https://github.com/user/repo.git web-component/web-component-name 
git submodule add -f https://github.com/user/repo.git react-component/react-component-name 

About

design-system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published