Skip to content

Commit bb1b512

Browse files
committed
Revert "디자인 시스템 fork repository에 설정 완료 (#8)"
This reverts commit 3e7b7bf.
1 parent 3e7b7bf commit bb1b512

File tree

19 files changed

+1733
-11900
lines changed

19 files changed

+1733
-11900
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
!.yarn/releases
1111
!.yarn/versions
1212

13-
# workspace dependencies
14-
/components/shared/node_modules
15-
1613
# testing
1714
/coverage
1815

@@ -23,9 +20,6 @@
2320
# production
2421
/build
2522

26-
# design system package
27-
/components/shared/dist/
28-
2923
# misc
3024
.DS_Store
3125
*.pem
@@ -45,10 +39,3 @@ yarn-error.log*
4539
# typescript
4640
*.tsbuildinfo
4741
next-env.d.ts
48-
49-
# storybook
50-
*storybook.log
51-
52-
53-
# local environment - vscode
54-
.vscode

.prettierrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.storybook/CHANGELOG.mdx

Lines changed: 0 additions & 11 deletions
This file was deleted.

.storybook/Introduction.mdx

Lines changed: 0 additions & 75 deletions
This file was deleted.

.storybook/main.ts

Lines changed: 0 additions & 34 deletions
This file was deleted.

.storybook/preview.tsx

Lines changed: 0 additions & 50 deletions
This file was deleted.

README.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,36 @@
1-
# Motimo: FE
1+
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
22

3-
## 임시 내용.. Token관련
3+
## Getting Started
44

5-
> 일단 수동으로 tailwind 토큰화한다.
5+
First, run the development server:
66

7-
- upstream의 design 브랜치에 토큰 json이 업데이트 된다.
8-
- `npm run build-tokens`를 통해 app/tokens.css를 업데이트 한다
7+
```bash
8+
npm run dev
9+
# or
10+
yarn dev
11+
# or
12+
pnpm dev
13+
# or
14+
bun dev
15+
```
916

10-
## ✨ Motimo 프론트엔드 레포지토리에 오신 것을 환영합니다!
17+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
1118

12-
## 🚀 Motimo 프론트엔드의 핵심 목표
19+
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
1320

14-
## 🛠️ 기술 스택
21+
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
1522

16-
## 🚧 현재 상태 및 기여
23+
## Learn More
1724

18-
### 시작하기
25+
To learn more about Next.js, take a look at the following resources:
1926

20-
### 기여 방법
27+
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
28+
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
2129

22-
## 🔗 백엔드 레포지토리
30+
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
2331

24-
## 📧 연락처
32+
## Deploy on Vercel
2533

26-
## 📄 라이선스
34+
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
2735

28-
이 프로젝트는 [예: MIT License]에 따라 라이선스됩니다. 자세한 내용은 `LICENSE` 파일을 참조하세요.
36+
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.

app/globals.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import "./tokens.css";
21
@import "tailwindcss";
32

43
:root {

app/tokens.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)