Skip to content

Commit

Permalink
Remove Storybook (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
micheal-parks authored Dec 20, 2024
1 parent 615dba5 commit 6c4a7fe
Show file tree
Hide file tree
Showing 80 changed files with 1,128 additions and 10,419 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ jobs:
name: npm-editor-dist
path: packages/editor/dist

- name: Upload GitHub Pages artifacts
uses: actions/upload-pages-artifact@v3
with:
path: packages/storybook/prime

deploy-npm:
if: ${{ github.repository == 'viamrobotics/prime' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
needs: build
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ node_modules
dist
prime
*.local
.storybook/workers
.svelte-kit

# Editor directories and files
Expand Down
1 change: 0 additions & 1 deletion packages/legacy/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = {
*/
'plugin:jsx-a11y/recommended',
'plugin:tailwindcss/recommended',
'plugin:storybook/recommended',
'@viamrobotics/eslint-config',
],
plugins: ['prefer-arrow'],
Expand Down
11 changes: 0 additions & 11 deletions packages/legacy/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@

Please follow these instructions for contributing to `PRIME`.

## Getting started

To run the `Storybook` page locally, pull down the project and run:

```bash
pnpm install
pnpm -C packages/legacy storybook
```

More detailed docs exist on [the storybook](https://prime.viam.com).

## Playground

To use the component playground, run:
Expand Down
1 change: 0 additions & 1 deletion packages/legacy/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"include": [
".*",
"*",
".storybook/**/*",
"public/**/*",
"scripts/**/*",
"src/**/*",
Expand Down
4 changes: 0 additions & 4 deletions packages/storybook/.eslintignore

This file was deleted.

25 changes: 0 additions & 25 deletions packages/storybook/.eslintrc.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions packages/storybook/.npmrc

This file was deleted.

2 changes: 0 additions & 2 deletions packages/storybook/.prettierignore

This file was deleted.

9 changes: 0 additions & 9 deletions packages/storybook/.prettierrc.cjs

This file was deleted.

44 changes: 0 additions & 44 deletions packages/storybook/.storybook/main.ts

This file was deleted.

24 changes: 0 additions & 24 deletions packages/storybook/.storybook/manager-head.html

This file was deleted.

7 changes: 0 additions & 7 deletions packages/storybook/.storybook/manager.ts

This file was deleted.

26 changes: 0 additions & 26 deletions packages/storybook/.storybook/preview-head.html

This file was deleted.

22 changes: 0 additions & 22 deletions packages/storybook/.storybook/preview.ts

This file was deleted.

7 changes: 0 additions & 7 deletions packages/storybook/.storybook/theme.ts

This file was deleted.

31 changes: 0 additions & 31 deletions packages/storybook/README.md

This file was deleted.

64 changes: 0 additions & 64 deletions packages/storybook/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions packages/storybook/postcss.config.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/storybook/src/stories/assets/code-brackets.svg

This file was deleted.

1 change: 0 additions & 1 deletion packages/storybook/src/stories/assets/colors.svg

This file was deleted.

1 change: 0 additions & 1 deletion packages/storybook/src/stories/assets/comments.svg

This file was deleted.

18 changes: 0 additions & 18 deletions packages/storybook/src/stories/assets/diff-example.js

This file was deleted.

Loading

0 comments on commit 6c4a7fe

Please sign in to comment.