The Storybook of AllJoint 傲嬌前端範例集 Link
準備開始
git clone https://github.com/AllJointTW/AJStorybook.git
cd AJStorybook
npm install
npm run storybook
PLZ Follow the Github Flow!! 請遵守 Github Flow!!
自動格式化
npm run prettier
編譯靜態網頁
npm run build-storybook
清除編譯好的靜態網頁
npm run clean