Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alljointtw/ajstorybook

The Storybook of AllJoint
https://github.com/alljointtw/ajstorybook

Last synced: about 1 month ago
JSON representation

The Storybook of AllJoint

Awesome Lists containing this project

README

        

# AJStorybook

The Storybook of AllJoint
傲嬌前端範例集
[Link](https://alljointtw.github.io/AJStorybook/storybook-static/)

## Getting Started

準備開始

```bash
git clone https://github.com/AllJointTW/AJStorybook.git
cd AJStorybook
npm install
npm run storybook
```

## Contribute

PLZ Follow the Github Flow!!
請遵守 Github Flow!!

## Style Format

自動格式化

```bash
npm run prettier
```

## Build Static

編譯靜態網頁

```bash
npm run build-storybook
```

## Clean

清除編譯好的靜態網頁

```bash
npm run clean
```