Skip to content

Commit

Permalink
Merge pull request #474 from layer5io/473-post-cleanup
Browse files Browse the repository at this point in the history
chore: post cleanup
  • Loading branch information
nebula-aac authored Feb 3, 2024
2 parents 48d4eae + 63060fd commit 189b67c
Show file tree
Hide file tree
Showing 55 changed files with 5 additions and 21,415 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Design System components in React, usually built with Vite.
Before you begin, ensure you have the following installed on your system:

- Node.js
- Yarn

### How to get started

Expand All @@ -32,30 +31,25 @@ Make sure you have `npm` on `node@16` and above. The CI workflows checks for in

To set up the project, run the following command to install dependencies:

```
setup:
yarn install
```

To build the project, you can use the following command:
Please note that at this time, `npm install` will also build the project as the first step. This is to ensure that this is building correctly before moving to a task.

```
build: install
yarn run build-all
setup:
npm install
```

To check if your code meets the formatting standards, you can run:

```
format-check:
yarn run format:check
npm run format:check
```

To automatically fix formatting issues, you can run

```
format-fix:
yarn run format:write
npm run format:write
```

> [!NOTE]
Expand Down
1 change: 0 additions & 1 deletion apps/design-system/.eslintignore

This file was deleted.

14 changes: 0 additions & 14 deletions apps/design-system/.eslintrc.cjs

This file was deleted.

24 changes: 0 additions & 24 deletions apps/design-system/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions apps/design-system/.storybook/main.ts

This file was deleted.

30 changes: 0 additions & 30 deletions apps/design-system/.storybook/preview.ts

This file was deleted.

27 changes: 0 additions & 27 deletions apps/design-system/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions apps/design-system/index.html

This file was deleted.

Loading

0 comments on commit 189b67c

Please sign in to comment.