Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions .github/workflows/ci-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
statis: ${{ job.status }}
preview_url: ${{ steps.vercel_preview_url.outputs.preview_url }}
preview_url: ${{ steps.deploy-vercel.outputs.preview_url }}
currnent_time: ${{ steps.current-time.outputs.formattedTime }}
needs: project-build
steps:
Expand Down Expand Up @@ -89,18 +89,13 @@ jobs:
run: yarn

- name: Deploy to Vercel
id: deploy-vercel
run: |
npm install --global vercel@latest
vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
vercel build --token=${{ secrets.VERCEL_TOKEN }}
vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}

- name: Get vercel preview
uses: zentered/[email protected]
id: vercel_preview_url

- name: Get URL
run: echo "https://${{ steps.vercel_preview_url.outputs.preview_url }}"
vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} > vercel-output.txt
echo "preview_url=$(cat vercel-output.txt)" >> $GITHUB_OUTPUT

- name: Get current time
uses: josStorer/get-current-time@v2
Expand All @@ -121,6 +116,6 @@ jobs:
comment-tag: ${{ github.event.number }}
message: |

๐Ÿงท Preview: https://${{ needs.deploy-to-vercel.outputs.preview_url }}
๐Ÿงท Preview: ${{ needs.deploy-to-vercel.outputs.preview_url }}

โฐ Update: ${{ needs.deploy-to-vercel.outputs.currnent_time }}
74 changes: 51 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,64 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
# Meetie

## Getting Started
๋ฐ‹ํ‹ฐ๋Š” IT ์ง๊ตฐ์„ ์œ„ํ•œ ์Šคํ„ฐ๋”” ํ”Œ๋žซํผ์œผ๋กœ,
์‹ ๋ขฐ๋ฅผ ๊ธฐ๋ฐ˜์œผ๋กœ ํ•œ ํ•™์Šต ํ™˜๊ฒฝ๊ณผ ์ง€์†์ ์ธ ์ธ์‚ฌ์ดํŠธ ๊ณต์œ ๋ฅผ ๋•์Šต๋‹ˆ๋‹ค.
ํ•จ๊ป˜ ํ•™์Šตํ•˜๋ฉฐ ๋” ๋‹จ๋‹จํ•ด์ง€๋Š” ์ปค๋ฎค๋‹ˆํ‹ฐ๋ฅผ ๊ฒฝํ—˜ํ•ด ๋ณด์„ธ์š”!

First, run the development server:
> ๐Ÿ’ก ๋‚ด ๊ด€์‹ฌ์‚ฌ์— ๋งž๋Š” ์Šคํ„ฐ๋””๋ฅผ ์ฐพ๊ธฐ๊ฐ€ ์–ด๋ ต์ง€ ์•Š๋‚˜์š”? \
> ๐Ÿ”’ ์ต๋ช… ์šด์˜์€ ์‹ ๋ขฐ๋ฅผ ๋‚ฎ์ถ”๊ณ , ์Šคํ„ฐ๋””์˜ ์งˆ์„ ๋–จ์–ด๋œจ๋ฆฌ๊ธฐ๋„ ํ•˜์ฃ . \
> ๐ŸŒ ๊ฒฐ๊ณผ ์ค‘์‹ฌ์˜ ์Šคํ„ฐ๋””๋Š” ์žฅ๊ธฐ์ ์ธ ๋„คํŠธ์›Œํ‚น๊ณผ ์ธ์‚ฌ์ดํŠธ ๊ณต์œ ๊ฐ€ ๋ถ€์กฑํ•ฉ๋‹ˆ๋‹ค.

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
์ด๋Ÿฐ ๊ณ ๋ฏผ๋“ค์„ ํ•ด๊ฒฐํ•˜๊ธฐ ์œ„ํ•ด ๋ฐ‹ํ‹ฐ๊ฐ€ ๋งŒ๋“ค์–ด์กŒ์Šต๋‹ˆ๋‹ค.

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
IT ์ง๊ตฐ์— ํŠนํ™”๋œ ์Šคํ„ฐ๋””๋ฅผ ํ†ตํ•ด ๊ณตํ†ต ๊ด€์‹ฌ์‚ฌ๋กœ ์—ฐ๊ฒฐ๋ฉ๋‹ˆ๋‹ค. \
ํšŒ์› ์ •๋ณด๋ฅผ ํ™œ์šฉํ•ด ์‹ ๋ขฐ ์ง€ํ‘œ๋ฅผ ์ œ๊ณตํ•˜์—ฌ ๋” ์•ˆ์ „ํ•œ ์Šคํ„ฐ๋”” ํ™˜๊ฒฝ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค. \
์ปค๋ฎค๋‹ˆํ‹ฐ ๋„คํŠธ์›Œํ‚น์œผ๋กœ ์ง€์†์ ์ธ ์ •๋ณด ๊ต๋ฅ˜์™€ ํ•™์Šต์„ ์ด‰์ง„ํ•ฉ๋‹ˆ๋‹ค. \
๋ฐ‹ํ‹ฐ์™€ ํ•จ๊ป˜๋ผ๋ฉด, IT ์ง๊ตฐ ํ•™์Šต์ž๋“ค์ด ์‹ ๋ขฐ๋ฅผ ์Œ“๊ณ  ์„œ๋กœ์˜ ์„ฑ์žฅ์„ ๋•๋Š” ์Šคํ„ฐ๋”” ๋ฌธํ™”๋ฅผ ๋งŒ๋“ค์–ด๊ฐˆ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
### [๐Ÿ‘‰ **Meetie ๋ฐ”๋กœ๊ฐ€๊ธฐ**](https://www.meetie.kr)

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
<br />
<br />

## Learn More
<img width="1029" alt="image" src="https://github.com/user-attachments/assets/5f43dbb1-b1ab-44a4-b697-f4499faf8644">

To learn more about Next.js, take a look at the following resources:
<img width="1029" alt="image" src="https://github.com/user-attachments/assets/74323920-205f-401a-9bb6-b8c855b672d6">

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
<img width="1029" alt="image" src="https://github.com/user-attachments/assets/d0a1bd1f-36de-43f6-bff1-658fcf289f97">

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
<img width="1029" alt="image" src="https://github.com/user-attachments/assets/16933ff6-de17-4aa9-b0b9-06671878aadb">

## Deploy on Vercel
<img width="1029" alt="image" src="https://github.com/user-attachments/assets/09125b94-bb20-4f56-bb26-c28e772a5372">

<img width="1029" alt="image" src="https://github.com/user-attachments/assets/a3be0bd2-181a-47c2-8e9a-2d12dc233f4a">

<img width="1029" alt="image" src="https://github.com/user-attachments/assets/4158b550-aee1-4a08-8a2f-000d642eb8e3">


## ๊ธฐ์ˆ  ์Šคํƒ
<img width="1029" alt="image" src="https://github.com/user-attachments/assets/749b87ce-1d6b-428c-9dae-975c8b806c08">


## ์•„ํ‚คํ…์ฒ˜
<img width="1029" alt="image" src="https://github.com/user-attachments/assets/51a5e682-1163-477b-9b12-2065c24dd51a">

## ๋ฉค๋ฒ„

<table>
<tr align="center">
<td><img src="https://avatars.githubusercontent.com/u/100590110?v=4" width="100" height="100"/></td>
<td><img src="https://avatars.githubusercontent.com/u/101779861?v=4" width="100" height="100"/></td>
<td><img src="https://avatars.githubusercontent.com/u/77377583?v=4" width="100" height="100"/></td>
<td><img src="https://avatars.githubusercontent.com/u/149579954?v=4" width="100" height="100"/></td>
<td><img src="https://avatars.githubusercontent.com/u/176593176?v=4" width="100" height="100"/></td>
</tr>
<tr align="center">
<td><b>๊น€์ค€์‹</b><br/><a href="https://github.com/sikkzz">@sikkzz</a></td>
<td><b>์œ ์˜์ง„</b><br/><a href="https://github.com/ejinn1">@ejinn1</a></td>
<td><b>๋ฐ•์†Œ์˜</b><br/><a href="https://github.com/soyoung125">@soyoung125</a></td>
<td><b>๊น€์ฑ„์—ฐ</b><br/><a href="https://github.com/detourguru">@detourguru</a></td>
<td><b>์†ก์ง€์˜ˆ</b><br/><a href="https://github.com/jisong3377">@jisong3377</a></td>
</tr>
</table>

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.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.