Skip to content

Commit

Permalink
chore: rename repo (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahluftyang authored Feb 10, 2025
1 parent 7abd2b5 commit e11af81
Show file tree
Hide file tree
Showing 23 changed files with 30 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Side refers to the Sipe Design System, our primary UI component library aimed at
## Getting Started

### Fork and Clone the Repository
First, fork the [repository](https://github.com/sipe-team/3-2_side) and then clone it locally:
First, fork the [repository](https://github.com/sipe-team/side) and then clone it locally:
```sh
git clone https://github.com/your-username/3-2_side.git
git clone https://github.com/your-username/side.git
```

### Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .templates/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](./public/assets/og-image.png)

# Sipe Design System
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sipe-team/3-2_side/blob/main/LICENSE) ![Package Manager](https://img.shields.io/badge/pnpm-9.7.1-orange?logo=pnpm) [![Storybook](https://img.shields.io/badge/Storybook-8.4.7-ff4785?logo=storybook)](https://67417e47644abe8d4e63f82f-lynsfaiqst.chromatic.com) ![Tests](https://img.shields.io/badge/Vitest-2.1.4-green?logo=vitest) [![codecov](https://codecov.io/gh/sipe-team/3-2_side/branch/changeset-release%2Fmain/graph/badge.svg?token=1TNLVUFPXC)](https://codecov.io/gh/sipe-team/3-2_side) <img alt="Github Stars" src="https://badgen.net/github/stars/sipe-team/3-2_side" />
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sipe-team/side/blob/main/LICENSE) ![Package Manager](https://img.shields.io/badge/pnpm-9.7.1-orange?logo=pnpm) [![Storybook](https://img.shields.io/badge/Storybook-8.4.7-ff4785?logo=storybook)](https://67417e47644abe8d4e63f82f-lynsfaiqst.chromatic.com) ![Tests](https://img.shields.io/badge/Vitest-2.1.4-green?logo=vitest) [![codecov](https://codecov.io/gh/sipe-team/side/branch/changeset-release%2Fmain/graph/badge.svg?token=1TNLVUFPXC)](https://codecov.io/gh/sipe-team/side) <img alt="Github Stars" src="https://badgen.net/github/stars/sipe-team/side" />

Sipe Design System is a monorepo-based component library built to modernize and standardize the official Sipe website. Drawing inspiration from our existing design patterns, we're creating a robust, type-safe, and accessible component system that can be used across all Sipe projects.

Expand All @@ -17,12 +17,12 @@ This design system is built with:

We maintain our component development roadmap in our [GitHub Project Board](https://github.com/orgs/sipe-team/projects/4). Before contributing, please check:

We warmly welcome contributions from the community, whether you're a Sipe team member or not! Your input helps make this design system better for everyone please read [contributing guidelines](https://github.com/sipe-team/3-2_side/tree/main/.github/CONTRIBUTING.md) for more details.
We warmly welcome contributions from the community, whether you're a Sipe team member or not! Your input helps make this design system better for everyone please read [contributing guidelines](https://github.com/sipe-team/side/tree/main/.github/CONTRIBUTING.md) for more details.

## Contributors

<a href="https://github.com/sipe-team/3-2_side/graphs/contributors">
<img alt="Sipe Design System 기여자 목록" src="https://contrib.rocks/image?repo=sipe-team/3-2_side" />
<a href="https://github.com/sipe-team/side/graphs/contributors">
<img alt="Sipe Design System 기여자 목록" src="https://contrib.rocks/image?repo=sipe-team/side" />
</a>

## License
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import { Typography } from '../packages/typography/src';
<h2>Join Our Journey</h2>
</Typography>
<Typography size={16} color="#666">
Whether you're a SIPE member or part of the broader developer community, your contributions help shape the future of our design system. Together, we're building more than components - we're creating a foundation for meaningful technical growth and collaboration. Check out our <a href="https://github.com/sipe-team/3-2_side/tree/main/.github/CONTRIBUTING.md" style={{ color: '#00BFFF' }}>contributing guidelines</a> to start your journey with us.
Whether you're a SIPE member or part of the broader developer community, your contributions help shape the future of our design system. Together, we're building more than components - we're creating a foundation for meaningful technical growth and collaboration. Check out our <a href="https://github.com/sipe-team/side/tree/main/.github/CONTRIBUTING.md" style={{ color: '#00BFFF' }}>contributing guidelines</a> to start your journey with us.
</Typography>
</div>
</div>
2 changes: 1 addition & 1 deletion packages/Input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/divider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/flex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
6 changes: 2 additions & 4 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
2 changes: 1 addition & 1 deletion packages/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/radio-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/reset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/side/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
6 changes: 3 additions & 3 deletions www/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
url: 'https://sipe.team',
baseUrl: '/',
organizationName: 'sipe-team',
projectName: '3-2_side',
projectName: 'side',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
i18n: {
Expand All @@ -22,7 +22,7 @@ export default {
{
docs: {
sidebarPath: './sidebars.ts',
editUrl: 'https://github.com/sipe-team/3-2_side/tree/main/www/',
editUrl: 'https://github.com/sipe-team/side/tree/main/www/',
},
blog: false,
theme: {
Expand Down Expand Up @@ -54,7 +54,7 @@ export default {
position: 'left',
},
{
href: 'https://github.com/sipe-team/3-2_side',
href: 'https://github.com/sipe-team/side',
label: 'GitHub',
position: 'right',
},
Expand Down

0 comments on commit e11af81

Please sign in to comment.